mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-10-04 11:19:29 +02:00
Revert removal of audiobookcovers provider
This commit is contained in:
parent
c6dabd2620
commit
dbb5ee79ac
@ -63,7 +63,12 @@ export const state = () => ({
|
|||||||
value: 'itunes'
|
value: 'itunes'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
coverOnlyProviders: []
|
coverOnlyProviders: [
|
||||||
|
{
|
||||||
|
text: 'AudiobookCovers.com',
|
||||||
|
value: 'audiobookcovers'
|
||||||
|
}
|
||||||
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
export const getters = {
|
export const getters = {
|
||||||
|
@ -23,7 +23,7 @@ class BookFinder {
|
|||||||
this.audiobookCovers = new AudiobookCovers()
|
this.audiobookCovers = new AudiobookCovers()
|
||||||
this.customProviderAdapter = new CustomProviderAdapter()
|
this.customProviderAdapter = new CustomProviderAdapter()
|
||||||
|
|
||||||
this.providers = ['google', 'itunes', 'openlibrary', 'fantlab', 'audible', 'audible.ca', 'audible.uk', 'audible.au', 'audible.fr', 'audible.de', 'audible.jp', 'audible.it', 'audible.in', 'audible.es']
|
this.providers = ['google', 'itunes', 'openlibrary', 'fantlab', 'audiobookcovers', 'audible', 'audible.ca', 'audible.uk', 'audible.au', 'audible.fr', 'audible.de', 'audible.jp', 'audible.it', 'audible.in', 'audible.es']
|
||||||
|
|
||||||
this.verbose = false
|
this.verbose = false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user