mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Stop rechecking torrents everytime they are moved
This commit is contained in:
parent
82dc2103b5
commit
70c79f31c3
@ -1958,7 +1958,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
||||
QDir().rmpath(old_save_path);
|
||||
TorrentPersistentData::saveSavePath(h.hash(), new_save_path);
|
||||
emit savePathChanged(h);
|
||||
h.force_recheck(); //XXX: Required by libtorrent for now
|
||||
//h.force_recheck();
|
||||
}
|
||||
}
|
||||
else if (metadata_received_alert* p = dynamic_cast<metadata_received_alert*>(a.get())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user