mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00:00
Added on SeriesResource
This commit is contained in:
parent
4c3daf7e39
commit
0ff5850a61
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ namespace NzbDrone.Api.Series
|
||||||
public String Certification { get; set; }
|
public String Certification { get; set; }
|
||||||
public List<String> Genres { get; set; }
|
public List<String> Genres { get; set; }
|
||||||
public HashSet<Int32> Tags { get; set; }
|
public HashSet<Int32> Tags { get; set; }
|
||||||
|
public DateTime Added { get; set; }
|
||||||
|
|
||||||
//Used to support legacy consumers
|
//Used to support legacy consumers
|
||||||
public Int32 QualityProfileId
|
public Int32 QualityProfileId
|
||||||
|
|
Loading…
Reference in a new issue