diff --git a/templates/components/Filter.html.twig b/templates/components/Filter.html.twig index e0cba34..55b0e28 100644 --- a/templates/components/Filter.html.twig +++ b/templates/components/Filter.html.twig @@ -40,13 +40,8 @@ {{ form_end(preferences_form) }}
- - - {% if results.media.mediaType == "tvshows" %} +

Season {{ results.season }}

Downloading an entire season this way will use the filter from your diff --git a/templates/search/result.html.twig b/templates/search/result.html.twig index d82e504..5e8706f 100644 --- a/templates/search/result.html.twig +++ b/templates/search/result.html.twig @@ -152,8 +152,6 @@
-

Results similar to "{{ results.media.title }}" that you may be interested in.

-
{% for media in results.relatedMedia %}