mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-08 21:09:37 +00:00
Revert removal of audiobookcovers provider
This commit is contained in:
parent
c6dabd2620
commit
dbb5ee79ac
2 changed files with 7 additions and 2 deletions
|
|
@ -63,7 +63,12 @@ export const state = () => ({
|
|||
value: 'itunes'
|
||||
}
|
||||
],
|
||||
coverOnlyProviders: []
|
||||
coverOnlyProviders: [
|
||||
{
|
||||
text: 'AudiobookCovers.com',
|
||||
value: 'audiobookcovers'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue