mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Stop rechecking torrents everytime they are moved
This commit is contained in:
parent
82dc2103b5
commit
70c79f31c3
1 changed files with 1 additions and 1 deletions
|
@ -1958,7 +1958,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
||||||
QDir().rmpath(old_save_path);
|
QDir().rmpath(old_save_path);
|
||||||
TorrentPersistentData::saveSavePath(h.hash(), new_save_path);
|
TorrentPersistentData::saveSavePath(h.hash(), new_save_path);
|
||||||
emit savePathChanged(h);
|
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())) {
|
else if (metadata_received_alert* p = dynamic_cast<metadata_received_alert*>(a.get())) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue