mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
- .savepath files were not always removed
This commit is contained in:
parent
52f1463cb9
commit
5373628af5
@ -1270,7 +1270,7 @@ void GUI::deleteSelection(){
|
|||||||
torrentBackup.remove(fileName+".paused");
|
torrentBackup.remove(fileName+".paused");
|
||||||
torrentBackup.remove(fileName+".incremental");
|
torrentBackup.remove(fileName+".incremental");
|
||||||
torrentBackup.remove(fileName+".pieces");
|
torrentBackup.remove(fileName+".pieces");
|
||||||
torrentBackup.remove(fileName+".filepath");
|
torrentBackup.remove(fileName+".savepath");
|
||||||
// Update info bar
|
// Update info bar
|
||||||
setInfoBar("'" + fileName +"' "+tr("removed.", "<file> removed."));
|
setInfoBar("'" + fileName +"' "+tr("removed.", "<file> removed."));
|
||||||
--nbTorrents;
|
--nbTorrents;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user