mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed broken test
This commit is contained in:
parent
ad4326a9c4
commit
6d280122ff
1 changed files with 1 additions and 0 deletions
|
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue