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) => {