mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed broken test
This commit is contained in:
@@ -24,6 +24,7 @@ namespace NzbDrone.Api.Indexers
|
|||||||
public String SeriesTitle { get; set; }
|
public String SeriesTitle { get; set; }
|
||||||
public int[] EpisodeNumbers { get; set; }
|
public int[] EpisodeNumbers { get; set; }
|
||||||
public Boolean Approved { get; set; }
|
public Boolean Approved { get; set; }
|
||||||
|
public Int32 TvRageId { get; set; }
|
||||||
public List<string> Rejections { get; set; }
|
public List<string> Rejections { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user