diff --git a/templates/components/TvEpisodeList.html.twig b/templates/components/TvEpisodeList.html.twig index b085d26..6154900 100644 --- a/templates/components/TvEpisodeList.html.twig +++ b/templates/components/TvEpisodeList.html.twig @@ -2,6 +2,7 @@ class="episode-list flex flex-col gap-4" >
+ {% if this.getEpisodes().items != null %} {% for episode in this.getEpisodes().items %} {% endfor %} + {% endif %}
{% set paginator = this.episodes %} {% include 'partial/tv-episode-list-paginator.html.twig' %}