--- title: Favorite shows description: These are my favorite shows. There are many like them, but these are mine. pagination: data: tv.favorites size: 24 permalink: "/watching/favorites/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: favorite-shows --- {%- assign randomFavoriteShow = tv.favorites | shuffleArray | first -%} {% tablericon "arrow-left" %} Back to watching {% if pagination.pageNumber == 0 %}

{{ title }}

{% render "media/watching/hero.liquid", globals:globals, movie:randomFavoriteShow %}

These are my favorite shows. You can also see the movies I've watched recently, the shows I've watched recently, my favorite movies and the shows I've got queued up to watch next.


{% endif %} {% render "media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination, shape:"vertical" count:24 %}