mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added year to SeriesResource
This commit is contained in:
parent
d8928d655d
commit
399760e04b
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ namespace NzbDrone.Api.Series
|
|||
|
||||
public String RemotePoster { get; set; }
|
||||
public List<Season> Seasons { get; set; }
|
||||
public Int32 Year { get; set; }
|
||||
|
||||
//View & Edit
|
||||
public String Path { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue