chore: update tv alt delimiter

This commit is contained in:
Cory Dransfeldt 2023-08-13 17:11:39 -07:00
parent 1fbde02c99
commit 5428e3f563
No known key found for this signature in database

View file

@ -15,7 +15,7 @@
</div>
</div>
{%- capture tvImg %}{{episode.show.title | tv}}{% endcapture -%}
{%- capture tvName %}{{ episode.episode.title | escape}} {{ episode.show.title | escape }}{% endcapture -%}
{%- capture tvName %}{{ episode.episode.title | escape}} - {{ episode.show.title | escape }}{% endcapture -%}
{% image tvImg, tvName, 'rounded-lg w-full', '180px' %}
</div>
</a>