mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
RootDirProvider.GetMostFreeRootDir() will calculate the find the RootDir with the most free space and return its path.
This commit is contained in:
@@ -9,5 +9,8 @@ namespace NzbDrone.Core.Repository
|
||||
public virtual int Id { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
public ulong FreeSpace { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user