From ac652762fd893463f944d81c4b324ce20050552b Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 6 Nov 2022 12:23:50 +0100 Subject: [PATCH] Show count & to watch count in collection table Calculated using SQL and not Stats class --- server/templates/collection_list.htm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index 2973712..1a9725b 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -13,6 +13,8 @@ + + @@ -26,6 +28,8 @@ unknown {% endif %} + +
DateCountTo Watch Thumbnail Title Tags{{ collection.count }}{{ collection.to_watch_count }} {% set e = (collection.next_episode or collection.first_episode).element %} Thumbnail for {{ e.title }}