1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Show ended on add series if applicable

This commit is contained in:
Mark McDowall
2013-11-07 17:02:35 -08:00
parent 6b04faedbc
commit 2183526a34
4 changed files with 26 additions and 5 deletions
@@ -25,6 +25,7 @@ namespace NzbDrone.Core.MetadataSource.Trakt
public int tvrage_id { get; set; }
public int last_updated { get; set; }
public string poster { get; set; }
public bool? ended { get; set; }
public Images images { get; set; }
public List<string> genres { get; set; }
public List<Season> seasons { get; set; }