mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
- Fixed bug in new temp dir feature
* Completed torrents were moved too
This commit is contained in:
parent
a8d627e1df
commit
55743021e8
1 changed files with 2 additions and 1 deletions
|
@ -918,6 +918,7 @@ void bittorrent::setDefaultTempPath(QString temppath) {
|
|||
for(torrentIT = torrents.begin(); torrentIT != torrents.end(); torrentIT++) {
|
||||
QTorrentHandle h = QTorrentHandle(*torrentIT);
|
||||
if(!h.is_valid()) continue;
|
||||
if(!h.is_seed())
|
||||
h.move_storage(temppath);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue