mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
user torrents always show size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user