Library update migrate to use book mediaType, disable editing mediaType, set icon instead of media category

This commit is contained in:
advplyr 2022-03-18 17:09:17 -05:00
parent 6a06ba4327
commit a9b9e23f46
6 changed files with 81 additions and 43 deletions

View file

@ -17,6 +17,12 @@ export const state = () => ({
text: 'iTunes',
value: 'itunes'
}
],
podcastProviders: [
{
text: 'iTunes',
value: 'itunes'
}
]
})