API: torrents upload/list

This commit is contained in:
xiaomlove
2025-04-17 01:39:40 +07:00
parent 0d3a46231d
commit 2b029eba10
72 changed files with 2332 additions and 507 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ if ($nfoaction == "update")
$Cache->delete_value('nfo_block_torrent_id_'.$id);
}
elseif ($nfoaction == "remove"){
$updateset[] = "nfo = ''";
$extraUpdate["nfo"] = "";
$Cache->delete_value('nfo_block_torrent_id_'.$id);
}
}