mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-24 18:44:52 +08:00
Also reannounce to DHT when "Force reannounce to all trackers" is selected
This commit is contained in:
parent
4d6bde9731
commit
8873900df3
@ -474,7 +474,9 @@ void TrackerList::showTrackerListMenu(QPoint) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (act == reannounceAct) {
|
if (act == reannounceAct) {
|
||||||
properties->getCurrentTorrent()->forceReannounce();
|
BitTorrent::TorrentHandle *h = properties->getCurrentTorrent();
|
||||||
|
h->forceReannounce();
|
||||||
|
h->forceDHTAnnounce();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (act == editAct) {
|
if (act == editAct) {
|
||||||
|
Loading…
Reference in New Issue
Block a user