mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-19 00:18:56 +01:00
formatting update
This commit is contained in:
parent
b0684b6f1b
commit
67396c16dd
@ -180,8 +180,7 @@ class BookFinder {
|
|||||||
Logger.debug(`Book Search: title: "${title}", author: "${author}", provider: ${provider}`)
|
Logger.debug(`Book Search: title: "${title}", author: "${author}", provider: ${provider}`)
|
||||||
|
|
||||||
if (provider === 'google') {
|
if (provider === 'google') {
|
||||||
books = await
|
books = await this.getGoogleBooksResults(title, author)
|
||||||
this.getGoogleBooksResults(title, author)
|
|
||||||
} else if (provider === 'audible') {
|
} else if (provider === 'audible') {
|
||||||
books = await this.getAudibleResults(title, author, asin)
|
books = await this.getAudibleResults(title, author, asin)
|
||||||
} else if (provider === 'itunes') {
|
} else if (provider === 'itunes') {
|
||||||
|
Loading…
Reference in New Issue
Block a user