This commit is contained in:
mfcar 2023-02-24 23:45:06 +00:00
parent c820d0e62b
commit 3f859723a6
No known key found for this signature in database

View File

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