From ab61adbf385d93b16617e353eace8197187b0a9d Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 22:27:34 +0200 Subject: [PATCH] macros.htm media_entry_content: Add length as visible property --- server/templates/macros.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index eb3eaab..68f3894 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -63,6 +63,7 @@ {% macro media_entry_content(element) %} {{ media_element_buttons(element) }} {{ element.release_date.strftime("%d.%m.%Y") }} + {{ element.length | timedelta }} {{ element.title }} {%- endmacro %}