diff --git a/server/templates/media_list.htm b/server/templates/media_list.htm index 2323a46..53e1b83 100644 --- a/server/templates/media_list.htm +++ b/server/templates/media_list.htm @@ -12,7 +12,6 @@ - @@ -20,15 +19,6 @@ {% for media in media_list %} -
DateProgress To Watch Actions Title
{{ media.release_date.strftime("%d.%m.%Y") }} - {% if media.watched %} - completed - {% elif media.progress <= 0 %} - not started - {% else %} - {{ media.progress }} s - {% endif %} - {{ media.left_length | timedelta }}