upgrade livewire assets

This commit is contained in:
xiaomlove
2022-11-02 17:31:14 +08:00
parent 233f21ca90
commit 7b65d84752
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -881,7 +881,7 @@ if ($CURUSER["torrentsperpage"])
$torrentsperpage = (int)$CURUSER["torrentsperpage"];
elseif ($torrentsperpage_main)
$torrentsperpage = $torrentsperpage_main;
else $torrentsperpage = 50;
else $torrentsperpage = 100;
do_log("[TORRENT_COUNT_SQL] $sql", 'debug');