mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Await the response from audible for book search by ASIN
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user