mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-25 08:29:42 +00:00
Update chapter data log
This commit is contained in:
parent
e54571f011
commit
894ea0b80a
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ export default {
|
||||||
if (data.error) {
|
if (data.error) {
|
||||||
this.asinError = this.$getString(data.stringKey)
|
this.asinError = this.$getString(data.stringKey)
|
||||||
} else {
|
} else {
|
||||||
console.log('Chapter data', data)
|
console.log('Chapter data', { ...data })
|
||||||
this.chapterData = this.removeBranding ? this.removeBrandingFromData(data) : data
|
this.chapterData = this.removeBranding ? this.removeBrandingFromData(data) : data
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue