Browse Source

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

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
8873900df3
  1. 4
      src/gui/properties/trackerlist.cpp

4
src/gui/properties/trackerlist.cpp

@ -474,7 +474,9 @@ void TrackerList::showTrackerListMenu(QPoint) { @@ -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…
Cancel
Save