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 %}