mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 15:45:33 -07:00
Update Torrent.php
This commit is contained in:
parent
7e8f24ead8
commit
ede3ab0959
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ class Torrent
|
|||
}
|
||||
}
|
||||
|
||||
// Getting multi-peers
|
||||
// Getting external peers
|
||||
$external_seeders = $external_leechers = 0;
|
||||
if ($bb_cfg['tracker']['multitracker']['enabled']) {
|
||||
$tor['announce-list'] = array_merge(array_column($tor['announce-list'], 0), [$tor['announce']]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue