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) + { + +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + } + + + + +