Missing TvdbId on ReleaseResource.

pull/4/head
Taloth Saldono 9 years ago
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…
Cancel
Save