diff --git a/src/Legacy/Torrent.php b/src/Legacy/Torrent.php index 263c5b4d4..821c31e2f 100644 --- a/src/Legacy/Torrent.php +++ b/src/Legacy/Torrent.php @@ -569,7 +569,7 @@ class Torrent if ($bb_cfg['bt_del_addit_ann_urls'] || $bb_cfg['bt_disable_dht']) { unset($tor['announce-list']); } else { - $tor['announce-list'] = array_merge($tor['announce-list'] ?? [], [[$announce]], $announce_urls_add); + $tor['announce-list'] = array_merge($tor['announce-list'] ?? [], $announce_urls_add); } // Add retracker