mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
fixed nzbclub parser.
This commit is contained in:
parent
16425cdab6
commit
385edbf464
14 changed files with 94 additions and 64 deletions
|
@ -6,6 +6,6 @@ namespace NzbDrone.Api.RootFolders
|
|||
public class RootFolderResource : RestResource
|
||||
{
|
||||
public String Path { get; set; }
|
||||
public UInt64 FreeSpace { get; set; }
|
||||
public Int64 FreeSpace { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue