mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-03-01 00:21:17 +01:00
Typo
This commit is contained in:
parent
c820d0e62b
commit
3f859723a6
@ -185,7 +185,7 @@ export default {
|
|||||||
this.processing = true
|
this.processing = true
|
||||||
|
|
||||||
const podcasts = await this.$axios.$get(`/api/libraries/${this.currentLibraryId}/items?page=0&minified=1`).catch((error) => {
|
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 []
|
return []
|
||||||
})
|
})
|
||||||
this.existentPodcasts = podcasts.results.map((p) => {
|
this.existentPodcasts = podcasts.results.map((p) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user