mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -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);
|
torrent->replaceTrackers(trackers);
|
||||||
if (!torrent->isPaused()) {
|
if (!torrent->isPaused()) {
|
||||||
torrent->forceReannounce();
|
torrent->forceReannounce();
|
||||||
torrent->forceDHTAnnounce();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user