mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-14 15:59:38 +00:00
Add: server localization for chapter lookup
This commit is contained in:
parent
7e69713683
commit
79fe064c4a
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue