Missing TvdbId on ReleaseResource.

This commit is contained in:
Taloth Saldono 2015-10-03 21:43:03 +02:00
parent 99f452e299
commit 88ce0ec487
1 changed files with 1 additions and 0 deletions

View File

@ -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; }