From fae260643d46a3caf38db58ccefba8fd22bcdd20 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 27 Jun 2018 17:53:38 +0800 Subject: [PATCH] fix(home): show true uploaded and downloaded data at footer --- modules/core/client/views/footer.client.view.html | 4 ++-- .../server/controllers/torrents.server.controller.js | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/core/client/views/footer.client.view.html b/modules/core/client/views/footer.client.view.html index 28539adf..de3036ad 100644 --- a/modules/core/client/views/footer.client.view.html +++ b/modules/core/client/views/footer.client.view.html @@ -21,9 +21,9 @@
{{'TOTAL_LEECHERS' | translate}}: {{vm.siteInfo.totalLeechers}}
{{'TOTAL_UPLOADED' | translate}}: {{vm.siteInfo.totalUploaded | bytes}}
+ class="item-data">{{vm.siteInfo.totalTrueUploaded | bytes}}
{{'TOTAL_DOWNLOADED' | translate}}: {{vm.siteInfo.totalDownloaded | bytes}}
+ class="item-data">{{vm.siteInfo.totalTrueDownloaded | bytes}}
{{'TOTAL_FORUMTOPICS' | translate}}: {{vm.siteInfo.totalForumTopics}}
{{'TOTAL_FORUMREPLIES' | translate}}: