From 8f83752abcbb572ea1b6691aed3b5cb874b8a39f Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 13 Nov 2022 13:25:20 -0600 Subject: [PATCH] Fix:Get library items endpoint limit & total entities count --- client/components/app/LazyBookshelf.vue | 30 +++++++------------------ server/controllers/LibraryController.js | 18 ++++++++++++++- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index 9f289dc5..e63441dc 100644 --- a/client/components/app/LazyBookshelf.vue +++ b/client/components/app/LazyBookshelf.vue @@ -1,15 +1,12 @@