mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-02 11:44:32 +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