diff --git a/templates/search/result.html.twig b/templates/search/result.html.twig index f06e57e..a3f2ed1 100644 --- a/templates/search/result.html.twig +++ b/templates/search/result.html.twig @@ -51,7 +51,7 @@ -

+

{{ results.media.description }}

@@ -64,6 +64,14 @@ {% endif %}

+ {% if results.media.genres != null %} +
+ {% for genre in results.media.genres %} + {{ genre }} + {% endfor %} +
+ {% endif %} + {% if "movies" == results.media.mediaType %}