mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Force recheck after renaming files
This commit is contained in:
parent
dc9edf7538
commit
30234a4e78
2 changed files with 6 additions and 0 deletions
|
@ -1028,6 +1028,8 @@ QTorrentHandle Bittorrent::addTorrent(QString path, bool fromScanDir, QString fr
|
|||
QString path = files_path.at(i);
|
||||
h.rename_file(i, path);
|
||||
}
|
||||
// Force recheck
|
||||
h.force_recheck();
|
||||
}
|
||||
}
|
||||
QString label = TorrentTempData::getLabel(hash);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue