mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-20 23:57:59 +00:00
Delete the subfolder not the parent folder
This commit is contained in:
@@ -428,7 +428,7 @@ namespace NzbDrone.Common.Disk
|
||||
{
|
||||
if (files.None(f => subfolder.IsParentPath(f)))
|
||||
{
|
||||
DeleteFolder(path, false);
|
||||
DeleteFolder(subfolder, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user