mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Revert removal of audiobookcovers provider
This commit is contained in:
@@ -63,7 +63,12 @@ export const state = () => ({
|
||||
value: 'itunes'
|
||||
}
|
||||
],
|
||||
coverOnlyProviders: []
|
||||
coverOnlyProviders: [
|
||||
{
|
||||
text: 'AudiobookCovers.com',
|
||||
value: 'audiobookcovers'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
|
||||
Reference in New Issue
Block a user