mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-04-19 11:07:13 +00:00
Added year to SeriesResource
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user