mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +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+".incremental");
|
||||
torrentBackup.remove(fileName+".pieces");
|
||||
torrentBackup.remove(fileName+".filepath");
|
||||
torrentBackup.remove(fileName+".savepath");
|
||||
// Update info bar
|
||||
setInfoBar("'" + fileName +"' "+tr("removed.", "<file> removed."));
|
||||
--nbTorrents;
|
||||
|
Loading…
Reference in New Issue
Block a user