mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: File browser ordering and volume name
This commit is contained in:
parent
d3a35108df
commit
6878804705
4 changed files with 25 additions and 5 deletions
|
@ -46,6 +46,7 @@ namespace NzbDrone.Common.Disk
|
|||
string[] GetFixedDrives();
|
||||
string GetVolumeLabel(string path);
|
||||
FileStream StreamFile(string path);
|
||||
List<DriveInfo> GetDrives();
|
||||
List<DirectoryInfo> GetDirectoryInfos(string path);
|
||||
List<FileInfo> GetFileInfos(string path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue