mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Also reannounce to DHT when "Force reannounce to all trackers" is selected
This commit is contained in:
parent
4d6bde9731
commit
8873900df3
1 changed files with 3 additions and 1 deletions
|
@ -474,7 +474,9 @@ void TrackerList::showTrackerListMenu(QPoint) {
|
|||
}
|
||||
#endif
|
||||
if (act == reannounceAct) {
|
||||
properties->getCurrentTorrent()->forceReannounce();
|
||||
BitTorrent::TorrentHandle *h = properties->getCurrentTorrent();
|
||||
h->forceReannounce();
|
||||
h->forceDHTAnnounce();
|
||||
return;
|
||||
}
|
||||
if (act == editAct) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue