From 6334f5d880943e2baffcc5d14ab452a698797095 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 31 Mar 2016 09:24:05 +0100 Subject: [PATCH] Added music to the search and requests page --- PlexRequests.UI/Views/Requests/Index.cshtml | 22 ++++++- PlexRequests.UI/Views/Search/Index.cshtml | 63 ++++++++++++++++++++- 2 files changed, 82 insertions(+), 3 deletions(-) diff --git a/PlexRequests.UI/Views/Requests/Index.cshtml b/PlexRequests.UI/Views/Requests/Index.cshtml index 06c9fca95..044d41d31 100644 --- a/PlexRequests.UI/Views/Requests/Index.cshtml +++ b/PlexRequests.UI/Views/Requests/Index.cshtml @@ -14,7 +14,10 @@ {
  • TV Shows
  • } - + @if (Model.SearchForMusic) + { +
  • Music
  • + }
    @@ -34,6 +37,10 @@ { } + @if (Model.SearchForMusic) + { + + } }
    @@ -90,6 +97,19 @@
    } + + @if (Model.SearchForMusic) + { + +
    + +
    +
    + +
    +
    +
    + } diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index 5006a58c2..641e0d2a6 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -12,6 +12,10 @@ {
  • TV Shows
  • } + @if (Model.SearchForMusic) + { +
  • Music
  • + } @@ -53,11 +57,30 @@ } + + @if (Model.SearchForMusic) + { + +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + } + + + + +