mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Actually fixed free space
This commit is contained in:
parent
e045b6fc8f
commit
fb76fee4a9
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ namespace NzbDrone.Common
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return GetDriveInfoLinux(path).TotalFreeSpace;
|
return GetDriveInfoLinux(path).TotalSize;
|
||||||
}
|
}
|
||||||
catch (InvalidOperationException e)
|
catch (InvalidOperationException e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue