Browse Source

Remove announce to DHT after editing tracker list

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
4d6bde9731
  1. 1
      src/gui/properties/trackerlist.cpp

1
src/gui/properties/trackerlist.cpp

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

Loading…
Cancel
Save