diff --git a/server/templates/media_element.htm b/server/templates/media_element.htm index c4e05f7..b8a9fe6 100644 --- a/server/templates/media_element.htm +++ b/server/templates/media_element.htm @@ -22,6 +22,14 @@ Date: {{ element.release_date }} +
  • + Length: + {{ element.length | timedelta }} + {%- if element.progress > 0 -%} + , Progress: + {{ element.progress | timedelta }} + {% endif %} +
  • Part of Collections