mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Delete temporary after they aren't needed. Closes #1188.
This commit is contained in:
parent
ecfd06cfe9
commit
423d60cced
6 changed files with 12 additions and 5 deletions
|
@ -2704,6 +2704,7 @@ void QBtSession::processDownloadedFile(QString url, QString file_path) {
|
|||
h.pause();
|
||||
emit newDownloadedTorrentFromRss(url);
|
||||
}
|
||||
fsutils::forceRemove(file_path);
|
||||
}
|
||||
|
||||
// Return current download rate for the BT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue