- Force recheck after renaming files

This commit is contained in:
Christophe Dumez 2010-01-21 20:27:59 +00:00
parent dc9edf7538
commit 30234a4e78
2 changed files with 6 additions and 0 deletions

View file

@ -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);