Browse Source

- Force trackers reannounce after loading them from HD

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
9172985173
  1. 1
      src/bittorrent.cpp

1
src/bittorrent.cpp

@ -1064,6 +1064,7 @@ bool bittorrent::loadTrackerFile(QString hash) {
if(trackers.size() != 0) { if(trackers.size() != 0) {
QTorrentHandle h = getTorrentHandle(hash); QTorrentHandle h = getTorrentHandle(hash);
h.replace_trackers(trackers); h.replace_trackers(trackers);
h.force_reannounce();
return true; return true;
}else{ }else{
return false; return false;

Loading…
Cancel
Save