mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Remove empty subfolders after renaming FileSetLastWriteTime
Closes #490
This commit is contained in:
@@ -47,5 +47,6 @@ namespace NzbDrone.Common.Disk
|
||||
IMount GetMount(string path);
|
||||
List<DirectoryInfo> GetDirectoryInfos(string path);
|
||||
List<FileInfo> GetFileInfos(string path);
|
||||
void RemoveEmptySubfolders(string path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user