mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
- Force trackers reannounce after loading them from HD
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user