Fixed null seeders & leechers in announcer (#891)

This commit is contained in:
Roman Kelesidis 2023-09-07 16:52:24 +07:00 committed by GitHub
commit 813fff63d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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] = [