From 18a2294cc8a14064e3b3633ec6dab3cf920fdaec Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 6 Nov 2022 12:22:30 +0100 Subject: [PATCH] Do not show collection statistics in collection table Too ineffiecient for using on (nearly) all collections the same time --- server/templates/collection_list.htm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index f5c8af9..2973712 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -13,16 +13,11 @@ - - - - {% for collection in collection_list %} - {% set stats = collection.stats %} - - - -
DateCountWatchedIgnoredTo Watch Thumbnail Title Tags
{% if collection.release_date %} @@ -31,10 +26,6 @@ unknown {% endif %} {{ stats.full_count }}{{ stats.watched_count }}{{ stats.ignored_count }}{{ stats.to_watch_count }} {% set e = (collection.next_episode or collection.first_episode).element %} Thumbnail for {{ e.title }}