mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fixed null seeders & leechers in announcer (#891)
This commit is contained in:
parent
f4fc5d7cdf
commit
813fff63d0
2 changed files with 5 additions and 5 deletions
|
@ -68,7 +68,7 @@ $row = DB()->fetch_row("
|
|||
");
|
||||
|
||||
if (!$row) {
|
||||
msg_die('Torrent not registered, info_hash = ' . bin2hex($info_hash_sql));
|
||||
msg_die('Torrent not registered, info_hash = ' . bin2hex($info_hash));
|
||||
}
|
||||
|
||||
$output['files'][$info_hash] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue