mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +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)
|
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 books.sort((a, b) => {
|
||||||
return a.totalDistance - b.totalDistance
|
return a.totalDistance - b.totalDistance
|
||||||
|
Loading…
Reference in New Issue
Block a user