mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Await the response from audible for book search by ASIN
This commit is contained in:
parent
5c4241aefe
commit
661778c02c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class BookFinder {
|
|||
if (provider === 'google') {
|
||||
books = this.getGoogleBooksResults(title, author)
|
||||
} else if (provider === 'audible') {
|
||||
books = this.getAudibleResults(title, author, asin)
|
||||
books = await this.getAudibleResults(title, author, asin)
|
||||
} else if (provider === 'itunes') {
|
||||
books = this.getiTunesAudiobooksResults(title, author)
|
||||
} else if (provider === 'libgen') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue