mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Add:iTunes search api metadata provider #381
This commit is contained in:
parent
43f48b65f8
commit
a907c88f66
5 changed files with 54 additions and 24 deletions
|
@ -12,6 +12,10 @@ export const state = () => ({
|
|||
{
|
||||
text: 'Audible',
|
||||
value: 'audible'
|
||||
},
|
||||
{
|
||||
text: 'iTunes',
|
||||
value: 'itunes'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue