mirror of
https://github.com/Readarr/Readarr
synced 2026-01-04 14:43:42 +01:00
Missing TvdbId on ReleaseResource.
This commit is contained in:
parent
99f452e299
commit
88ce0ec487
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ public class ReleaseResource : RestResource
|
|||
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 a new issue