mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
New: Remove empty subfolders after renaming FileSetLastWriteTime
Closes #490
This commit is contained in:
parent
1603b06431
commit
1a5eafd2b1
3 changed files with 21 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue