mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Remove announce to DHT after editing tracker list
This commit is contained in:
@@ -394,7 +394,6 @@ void TrackerList::editSelectedTracker() {
|
||||
torrent->replaceTrackers(trackers);
|
||||
if (!torrent->isPaused()) {
|
||||
torrent->forceReannounce();
|
||||
torrent->forceDHTAnnounce();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user