Remove audiobookcovers from provider list

This commit is contained in:
mikiher 2025-10-02 22:14:48 +03:00
parent 7630dbdcb7
commit 26f949b9ba
2 changed files with 2 additions and 7 deletions

View file

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