From f2d35e0c92f59cc9dafe620a2199cf62d9501649 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 21:15:46 +0200 Subject: [PATCH] media_list.htm: Remove "Consider" column as always yes --- server/templates/media_list.htm | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/templates/media_list.htm b/server/templates/media_list.htm index 455d947..37a912b 100644 --- a/server/templates/media_list.htm +++ b/server/templates/media_list.htm @@ -14,7 +14,6 @@ Date Progress Length - Consider Actions Title @@ -31,7 +30,6 @@ {% endif %} {{ media.length }} s - {{ media.can_considered | tenary("Yes", "no") }} {{ macros.media_element_buttons(media) }}