From 269bdc140cd54f6b7c8a2ef96da91b3d248853ad Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 6 Nov 2022 12:20:54 +0100 Subject: [PATCH] Hide collection id in collection table --- server/templates/collection_list.htm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index 210da45..f5c8af9 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -17,7 +17,6 @@ Watched Ignored To Watch - Id Thumbnail Title Tags @@ -36,9 +35,6 @@ {{ stats.watched_count }} {{ stats.ignored_count }} {{ stats.to_watch_count }} - - {{ collection.id }} - {% set e = (collection.next_episode or collection.first_episode).element %} Thumbnail for {{ e.title }}