mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
getting free space tries to get the space safely, if doesn't work and windows
the tries interop.
This commit is contained in:
parent
d6cc0b40fb
commit
e03ab2ebea
5 changed files with 53 additions and 17 deletions
|
@ -8,7 +8,7 @@ namespace NzbDrone.Core.RootFolders
|
|||
{
|
||||
public string Path { get; set; }
|
||||
|
||||
public ulong FreeSpace { get; set; }
|
||||
public long FreeSpace { get; set; }
|
||||
|
||||
public List<UnmappedFolder> UnmappedFolders { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue