From 17b225424e03d71b24e0dd44a1a8a5951106752b Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Fri, 2 Sep 2022 00:07:11 +0800 Subject: [PATCH] user torrents always show size --- public/getusertorrentlistajax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/getusertorrentlistajax.php b/public/getusertorrentlistajax.php index d00b6c12..b3087439 100644 --- a/public/getusertorrentlistajax.php +++ b/public/getusertorrentlistajax.php @@ -70,7 +70,7 @@ function maketable($res, $mode = 'seeding') break; } case 'completed': { - $showsize = false; + $showsize = true; $showsenum = false; $showlenum = false; $showuploaded = true; @@ -85,7 +85,7 @@ function maketable($res, $mode = 'seeding') break; } case 'incomplete': { - $showsize = false; + $showsize = true; $showsenum = false; $showlenum = false; $showuploaded = true;