mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 15:27:24 +08:00
user torrents always show size
This commit is contained in:
@@ -70,7 +70,7 @@ function maketable($res, $mode = 'seeding')
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'completed': {
|
case 'completed': {
|
||||||
$showsize = false;
|
$showsize = true;
|
||||||
$showsenum = false;
|
$showsenum = false;
|
||||||
$showlenum = false;
|
$showlenum = false;
|
||||||
$showuploaded = true;
|
$showuploaded = true;
|
||||||
@@ -85,7 +85,7 @@ function maketable($res, $mode = 'seeding')
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'incomplete': {
|
case 'incomplete': {
|
||||||
$showsize = false;
|
$showsize = true;
|
||||||
$showsenum = false;
|
$showsenum = false;
|
||||||
$showlenum = false;
|
$showlenum = false;
|
||||||
$showuploaded = true;
|
$showuploaded = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user