diff --git a/wowup-electron/src/app/pipes/download-count.pipe.ts b/wowup-electron/src/app/pipes/download-count.pipe.ts index e94d3543..9934f463 100644 --- a/wowup-electron/src/app/pipes/download-count.pipe.ts +++ b/wowup-electron/src/app/pipes/download-count.pipe.ts @@ -14,6 +14,7 @@ export class DownloadCountPipe implements PipeTransform { return suffix ? this.translateService.instant("COMMON.DOWNLOAD_COUNT." + suffix, { + rawCount: value, count: shortenDownloadCount(value, 3), simpleCount: shortenDownloadCount(value, 1), myriadCount: shortenDownloadCount(value, 4),