From d117fc1cf117b3cc8e41d99c2cd32215e4df724e Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 25 Sep 2023 17:51:15 +0800 Subject: [PATCH] fix(webui): show number of displayed elements instead of total when browsing collection/readlist --- komga-webui/src/views/BrowseCollection.vue | 2 +- komga-webui/src/views/BrowseReadList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/komga-webui/src/views/BrowseCollection.vue b/komga-webui/src/views/BrowseCollection.vue index 1571e5dec..917dbf69f 100644 --- a/komga-webui/src/views/BrowseCollection.vue +++ b/komga-webui/src/views/BrowseCollection.vue @@ -9,7 +9,7 @@ {{ collection.name }} - {{ collection.seriesIds.length }} + {{ totalElements }} {{ readList.name }} - {{ readList.bookIds.length }} + {{ totalElements }}