mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 10:43:01 +01: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 @@ public string[] GetFixedDrives()
|
|||
{
|
||||
try
|
||||
{
|
||||
return GetDriveInfoLinux(path).TotalFreeSpace;
|
||||
return GetDriveInfoLinux(path).TotalSize;
|
||||
}
|
||||
catch (InvalidOperationException e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue