mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Force recheck after renaming files
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user