From 53cc489026dc2ca68dd5fb7f655b9476877fbf90 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 22:55:27 +0200 Subject: [PATCH] collection_list.htm: Add id as column --- 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 2a175ff..49fd23f 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -16,6 +16,7 @@ Watched Ignored To Watch + Id Title {% for collection in collection_list %} @@ -32,6 +33,9 @@ {{ stats.watched_count }} {{ stats.ignored_count }} {{ stats.to_watch_count }} + + {{ collection.id }} + {{ collection.title }} {% endfor %}