mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- Force trackers reannounce after loading them from HD
This commit is contained in:
parent
54bf7e61f7
commit
9172985173
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue