Also reannounce to DHT when "Force reannounce to all trackers" is selected

This commit is contained in:
Chocobo1 2015-07-14 16:14:17 +08:00
parent 4d6bde9731
commit 8873900df3

View File

@ -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) {