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:
parent
fb1772f019
commit
4d6bde9731
@ -394,7 +394,6 @@ void TrackerList::editSelectedTracker() {
|
||||
torrent->replaceTrackers(trackers);
|
||||
if (!torrent->isPaused()) {
|
||||
torrent->forceReannounce();
|
||||
torrent->forceDHTAnnounce();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user