mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-24 14:27:32 +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