From 94ac7028bef6e76768b1d4e7cb2e6c65fe0609ae Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 25 Oct 2021 23:19:37 +0200 Subject: [PATCH] media_list.htm: Remove progress column as not required anymore --- server/templates/media_list.htm | 10 ---------- 1 file changed, 10 deletions(-) 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 }}