mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -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