diff --git a/src/templates/app/media_details.html b/src/templates/app/media_details.html index ad22267a..ab3a8a51 100644 --- a/src/templates/app/media_details.html +++ b/src/templates/app/media_details.html @@ -475,7 +475,13 @@ {% for name, related_items in media.related.items %} {% if related_items %}
-

{{ name|no_underscore|title }}

+

+ {% if name == "dlcs" %} + DLCs + {% else %} + {{ name|no_underscore|title }} + {% endif %} +

{% for result in related_items %} {# Set active to highlight the current movie in a collection. Avoid TV media, since seasons have same ID as the parent show #}