1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-25 17:27:59 +00:00

Fixed broken test

This commit is contained in:
Mark McDowall 2013-08-18 23:28:00 -07:00
parent ad4326a9c4
commit 6d280122ff

View file

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