mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Added year to SeriesResource
This commit is contained in:
parent
d8928d655d
commit
399760e04b
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user