1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Actually fixed free space

This commit is contained in:
Mark McDowall 2013-11-12 22:51:20 -08:00
parent e045b6fc8f
commit fb76fee4a9

View File

@ -464,7 +464,7 @@ public string[] GetFixedDrives()
{
try
{
return GetDriveInfoLinux(path).TotalFreeSpace;
return GetDriveInfoLinux(path).TotalSize;
}
catch (InvalidOperationException e)
{