diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 347faef84..37be3cb16 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -1064,6 +1064,7 @@ bool bittorrent::loadTrackerFile(QString hash) { if(trackers.size() != 0) { QTorrentHandle h = getTorrentHandle(hash); h.replace_trackers(trackers); + h.force_reannounce(); return true; }else{ return false;