mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed broken test
This commit is contained in:
parent
ad4326a9c4
commit
6d280122ff
@ -24,6 +24,7 @@ public class ReleaseResource : RestResource
|
||||
public String SeriesTitle { get; set; }
|
||||
public int[] EpisodeNumbers { get; set; }
|
||||
public Boolean Approved { get; set; }
|
||||
public Int32 TvRageId { get; set; }
|
||||
public List<string> Rejections { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user