mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Added unit tests
This commit is contained in:
parent
510e974283
commit
50f9348350
7 changed files with 244 additions and 42 deletions
|
@ -248,7 +248,7 @@ namespace PlexRequests.UI.Modules
|
|||
IssueId = tv.IssueId,
|
||||
TvSeriesRequestType = tv.SeasonsRequested,
|
||||
Qualities = qualities.ToArray(),
|
||||
Episodes = tv.Episodes,
|
||||
Episodes = tv.Episodes.ToArray(),
|
||||
}).ToList();
|
||||
|
||||
return Response.AsJson(viewModel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue