Missing TvdbId on ReleaseResource.
This commit is contained in:
parent
99f452e299
commit
88ce0ec487
|
@ -33,6 +33,7 @@ namespace NzbDrone.Api.Indexers
|
|||
public bool Approved { get; set; }
|
||||
public bool TemporarilyRejected { get; set; }
|
||||
public bool Rejected { get; set; }
|
||||
public int TvdbId { get; set; }
|
||||
public int TvRageId { get; set; }
|
||||
public IEnumerable<string> Rejections { get; set; }
|
||||
public DateTime PublishDate { get; set; }
|
||||
|
|
Loading…
Reference in New Issue