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) {
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user