mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Delete torrent permanently from hard drive used to delete parent folder if empty (fixed)
This commit is contained in:
@@ -116,7 +116,7 @@ class misc : public QObject{
|
||||
}
|
||||
}
|
||||
// Remove empty folder
|
||||
if(current_dir.rmpath(path)){
|
||||
if(current_dir.rmdir(path)){
|
||||
return true;
|
||||
}else{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user