1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

Remove announce to DHT after editing tracker list

This commit is contained in:
Chocobo1 2015-07-14 16:18:16 +08:00
parent fb1772f019
commit 4d6bde9731

View File

@ -394,7 +394,6 @@ void TrackerList::editSelectedTracker() {
torrent->replaceTrackers(trackers);
if (!torrent->isPaused()) {
torrent->forceReannounce();
torrent->forceDHTAnnounce();
}
}