From 3f859723a674b27011fa566f48666d1af2feb376 Mon Sep 17 00:00:00 2001 From: mfcar Date: Fri, 24 Feb 2023 23:45:06 +0000 Subject: [PATCH] Typo --- client/pages/library/_library/podcast/search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/library/_library/podcast/search.vue b/client/pages/library/_library/podcast/search.vue index 0a362e26..d1d15775 100644 --- a/client/pages/library/_library/podcast/search.vue +++ b/client/pages/library/_library/podcast/search.vue @@ -185,7 +185,7 @@ export default { this.processing = true const podcasts = await this.$axios.$get(`/api/libraries/${this.currentLibraryId}/items?page=0&minified=1`).catch((error) => { - console.error('failed to fetch books', error) + console.error('Failed to fetch podcasts', error) return [] }) this.existentPodcasts = podcasts.results.map((p) => {