Update chapter data log

This commit is contained in:
advplyr 2025-07-31 19:19:11 -05:00
parent e54571f011
commit 894ea0b80a

View File

@ -572,7 +572,7 @@ export default {
if (data.error) {
this.asinError = this.$getString(data.stringKey)
} else {
console.log('Chapter data', data)
console.log('Chapter data', { ...data })
this.chapterData = this.removeBranding ? this.removeBrandingFromData(data) : data
}
})