1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 09:37:12 +00:00

Added year to SeriesResource

This commit is contained in:
Mark McDowall 2013-09-09 23:44:55 -07:00
parent d8928d655d
commit 399760e04b

View file

@ -37,6 +37,7 @@ public Int32 SeasonCount
public String RemotePoster { get; set; }
public List<Season> Seasons { get; set; }
public Int32 Year { get; set; }
//View & Edit
public String Path { get; set; }