mirror of https://github.com/lidarr/Lidarr
Actually fixed free space
This commit is contained in:
parent
e045b6fc8f
commit
fb76fee4a9
|
@ -464,7 +464,7 @@ namespace NzbDrone.Common
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return GetDriveInfoLinux(path).TotalFreeSpace;
|
return GetDriveInfoLinux(path).TotalSize;
|
||||||
}
|
}
|
||||||
catch (InvalidOperationException e)
|
catch (InvalidOperationException e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue