Removed some redundant code
This commit is contained in:
tidusjar 2016-03-24 19:45:02 +00:00
parent 47c0c0daf0
commit 25a8563ee8
9 changed files with 32 additions and 56 deletions

View file

@ -129,7 +129,8 @@ namespace PlexRequests.UI.Modules
Admin = isAdmin,
Issues = tv.Issues.Humanize(LetterCasing.Title),
OtherMessage = tv.OtherMessage,
AdminNotes = tv.AdminNote
AdminNotes = tv.AdminNote,
TvSeriesRequestType = tv.SeasonsRequested
}).ToList();
return Response.AsJson(viewModel);