mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
getting free space tries to get the space safely, if doesn't work and windows
the tries interop.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user