mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-28 18:05:51 -04: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