From 33eae1e03ac5c0f0033d0b1614e11f39f6a34ea2 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 11 Oct 2024 16:55:09 -0500 Subject: [PATCH] Fix:Server crash on podcast add page, adds API endpoint to get podcast titles #3499 - Instead of loading all podcast library items this page now loads only the needed data --- .../widgets/AlreadyInLibraryIndicator.vue | 7 +--- .../pages/library/_library/podcast/search.vue | 12 +++--- server/controllers/LibraryController.js | 38 +++++++++++++++++++ server/routers/ApiRouter.js | 1 + 4 files changed, 47 insertions(+), 11 deletions(-) diff --git a/client/components/widgets/AlreadyInLibraryIndicator.vue b/client/components/widgets/AlreadyInLibraryIndicator.vue index 14f2143d40..cb6bfb30cf 100644 --- a/client/components/widgets/AlreadyInLibraryIndicator.vue +++ b/client/components/widgets/AlreadyInLibraryIndicator.vue @@ -1,14 +1,11 @@