mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Actually fixed free space
This commit is contained in:
@@ -464,7 +464,7 @@ namespace NzbDrone.Common
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return GetDriveInfoLinux(path).TotalFreeSpace;
|
return GetDriveInfoLinux(path).TotalSize;
|
||||||
}
|
}
|
||||||
catch (InvalidOperationException e)
|
catch (InvalidOperationException e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user