From 3c7310f9704118d1c407946fea149a2bfd61eb7e Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 23:42:04 +0200 Subject: [PATCH] media_element.htm: Add tags to info --- server/templates/media_element.htm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/templates/media_element.htm b/server/templates/media_element.htm index b8a9fe6..ff41662 100644 --- a/server/templates/media_element.htm +++ b/server/templates/media_element.htm @@ -30,6 +30,11 @@ {{ element.progress | timedelta }} {% endif %} + {% if element.all_tags %} +
  • + Tags: {{ element.all_tags | map(attribute="title") | join(" | ") }} +
  • + {% endif %}

    Part of Collections