Add: server localization for chapter lookup

This commit is contained in:
Nicholas Wallace 2025-04-19 23:25:17 -07:00
parent 7e69713683
commit 79fe064c4a
3 changed files with 5 additions and 3 deletions

View file

@ -565,7 +565,7 @@ export default {
this.findingChapters = false
if (data.error) {
this.asinError = data.error
this.asinError = this.$getString(data.stringKey)
} else {
console.log('Chapter data', data)
this.chapterData = data