From 009034012f451bf1829d84edbdece3423805f977 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sat, 26 Mar 2016 11:51:46 +0000 Subject: [PATCH] Fixed #97 --- PlexRequests.UI/Views/Search/Index.cshtml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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}}