From aafc207b43d1c5dc94164c2b19d67b18d00c2771 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 8 Nov 2020 19:03:00 +0000 Subject: [PATCH] Fix no unread count --- views/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.html b/views/index.html index 58a1ad5..a585b13 100644 --- a/views/index.html +++ b/views/index.html @@ -43,7 +43,7 @@
- {{feed.Title}} ({{unreadCounts[feed.ID]}}) + {{feed.Title}} ({{unreadCounts[feed.ID] || '0'}})