mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-12 13:34:24 +02:00
Add: server localization for chapter lookup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user