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); torrent->replaceTrackers(trackers);
if (!torrent->isPaused()) { if (!torrent->isPaused()) {
torrent->forceReannounce(); torrent->forceReannounce();
torrent->forceDHTAnnounce();
} }
} }