mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-30 18:48:55 +01:00
list includes syntax
This commit is contained in:
parent
27fef50983
commit
485888b2d9
@ -214,7 +214,7 @@ class BookFinder {
|
||||
return this.search(provider, this.cleanTitleForCompares(title), this.cleanAuthorForCompares(author), isbn, asin, options)
|
||||
}
|
||||
|
||||
if (provider in ["google", "audible", "itunes"]) return books
|
||||
if (["google", "audible", "itunes"].includes(provider)) return books
|
||||
|
||||
return books.sort((a, b) => {
|
||||
return a.totalDistance - b.totalDistance
|
||||
|
Loading…
Reference in New Issue
Block a user