mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 05:19:37 +00:00
Add "Best" option to book cover search
This commit is contained in:
parent
dbb5ee79ac
commit
20de2ea388
3 changed files with 25 additions and 2 deletions
|
|
@ -119,6 +119,9 @@ class CoverSearchManager {
|
|||
|
||||
if (provider === 'all') {
|
||||
providers = [...BookFinder.providers]
|
||||
} else if (provider === 'best') {
|
||||
// Best providers: google, fantlab, and audible.com
|
||||
providers = ['google', 'fantlab', 'audible']
|
||||
} else {
|
||||
providers = [provider]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue