From b20cc7b0f235897d9659f2bfd4ac1da842602e2c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 22:55:01 +0200 Subject: [PATCH] collection_list.htm: Add ignored count as column --- server/templates/collection_list.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index 65a2d50..2a175ff 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -14,6 +14,7 @@ Date Count Watched + Ignored To Watch Title @@ -29,6 +30,7 @@ {{ stats.full_count }} {{ stats.watched_count }} + {{ stats.ignored_count }} {{ stats.to_watch_count }} {{ collection.title }}