mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Remove announce to DHT after editing tracker list
This commit is contained in:
parent
fb1772f019
commit
4d6bde9731
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue