mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed startup issue.
This commit is contained in:
parent
07458529f6
commit
390dfbdee8
4 changed files with 5 additions and 2 deletions
|
@ -54,6 +54,8 @@ namespace NzbDrone.Core
|
|||
return dateTime.ToShortDateString();
|
||||
}
|
||||
|
||||
|
||||
//TODO: this should be moved to DiskProvider
|
||||
public static ulong FreeDiskSpace(this DirectoryInfo directoryInfo)
|
||||
{
|
||||
ulong freeBytesAvailable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue