torrents list show seedbox icon

This commit is contained in:
xiaomlove
2022-09-02 19:49:41 +08:00
parent 17b225424e
commit 875e8ea797
19 changed files with 180 additions and 39 deletions
+3 -3
View File
@@ -1187,10 +1187,10 @@ if ($count) {
$rows = apply_filter('torrent_list', $rows, $page, $sectiontype);
print($pagertop);
if ($sectiontype == $browsecatmode)
torrenttable($rows, "torrents");
torrenttable($rows, "torrents", $sectiontype);
elseif ($sectiontype == $specialcatmode)
torrenttable($rows, "music");
else torrenttable($rows, "bookmarks");
torrenttable($rows, "music", $sectiontype);
else torrenttable($rows, "bookmarks", $sectiontype);
print($pagerbottom);
}
else {