mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
RootDirProvider.GetMostFreeRootDir() will calculate the find the RootDir with the most free space and return its path.
This commit is contained in:
parent
117cebe655
commit
b3abcb6096
2 changed files with 23 additions and 0 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue