mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
formatting update
This commit is contained in:
parent
b0684b6f1b
commit
67396c16dd
1 changed files with 1 additions and 2 deletions
|
@ -180,8 +180,7 @@ class BookFinder {
|
|||
Logger.debug(`Book Search: title: "${title}", author: "${author}", provider: ${provider}`)
|
||||
|
||||
if (provider === 'google') {
|
||||
books = await
|
||||
this.getGoogleBooksResults(title, author)
|
||||
books = await this.getGoogleBooksResults(title, author)
|
||||
} else if (provider === 'audible') {
|
||||
books = await this.getAudibleResults(title, author, asin)
|
||||
} else if (provider === 'itunes') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue