mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03: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) {
|
||||
QTorrentHandle h = getTorrentHandle(hash);
|
||||
h.replace_trackers(trackers);
|
||||
h.force_reannounce();
|
||||
return true;
|
||||
}else{
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue