@using Nancy.Security @using PlexRequests.UI.Helpers @{ var baseUrl = Html.GetBaseUrl(); var formAction = string.Empty; if (!string.IsNullOrEmpty(baseUrl.ToHtmlString())) { formAction = "/" + baseUrl.ToHtmlString(); } }

Requests

Below you can see yours and all other requests, as well as their download and approval status.



@if (Context.CurrentUser.IsAuthenticated()) //TODO replace with IsAdmin { @if (Model.SearchForMovies) { } @if (Model.SearchForTvShows) { } @if (Model.SearchForMusic) { } }
@if (Model.SearchForMovies) {


} @if (Model.SearchForTvShows) {


} @if (Model.SearchForMusic) {


}
@Html.LoadRequestAssets()