diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index 1e0a50cc2..4356c069a 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -76,9 +76,15 @@
- + {{#if_eq type "movie"}} +

{{title}} ({{year}})

+ {{else}} + +

{{title}} ({{year}})

+
+ {{/if_eq}}

{{overview}}