Existing series view loads again

This commit is contained in:
Mark McDowall 2013-05-12 21:24:04 -07:00
commit 525963f2a6
6 changed files with 45 additions and 21 deletions

View file

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using NzbDrone.Api.REST;
using NzbDrone.Core.RootFolders;
namespace NzbDrone.Api.RootFolders
{
@ -7,5 +9,7 @@ namespace NzbDrone.Api.RootFolders
{
public String Path { get; set; }
public Int64 FreeSpace { get; set; }
public List<UnmappedFolder> UnmappedFolders { get; set; }
}
}