fixed posters for add series search

This commit is contained in:
kay.one
2013-05-25 18:19:03 -07:00
parent 9ed187202a
commit 2a89897a99
6 changed files with 40 additions and 9 deletions

View File

@@ -26,6 +26,9 @@ namespace NzbDrone.Api.Series
public Int32 UtcOffset { get; set; }
public List<Core.MediaCover.MediaCover> Images { get; set; }
public String RemotePoster { get; set; }
//View & Edit
public String Path { get; set; }
public Int32 QualityProfileId { get; set; }