Actually fixed free space

pull/2/head
Mark McDowall 11 years ago
parent e045b6fc8f
commit fb76fee4a9

@ -464,7 +464,7 @@ namespace NzbDrone.Common
{
try
{
return GetDriveInfoLinux(path).TotalFreeSpace;
return GetDriveInfoLinux(path).TotalSize;
}
catch (InvalidOperationException e)
{

Loading…
Cancel
Save