Add AudiobookCovers.com metadata provider

AudiobookCovers.com acts as a cover-only metadata provider, therefore will only show up in the covers selector.
This commit is contained in:
Spenser Bushey 2023-04-19 22:13:52 -07:00
parent 6ae3ad508e
commit f9ed412e4e
4 changed files with 51 additions and 3 deletions

View file

@ -63,6 +63,12 @@ export const state = () => ({
text: 'iTunes',
value: 'itunes'
}
],
coverOnlyProviders: [
{
text: 'AudiobookCovers.com',
value: 'audiobookcovers'
}
]
})