mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
25 lines
519 B
JSON
25 lines
519 B
JSON
[
|
|
{
|
|
"name": "Foxx Libre Client",
|
|
"id": "myLibreFmClient",
|
|
"enable": true,
|
|
"configureAs": "client",
|
|
"data": {
|
|
"apiKey": "anything",
|
|
"secret": "anything",
|
|
"redirectUri": "http://localhost:9078/librefm/callback"
|
|
}
|
|
},
|
|
{
|
|
"name": "Foxx Libre Source",
|
|
"id": "myLibreFmSource",
|
|
"enable": true,
|
|
"configureAs": "source",
|
|
"data": {
|
|
"apiKey": "anything",
|
|
"secret": "anything",
|
|
"redirectUri": "http://localhost:9078/librefm/callback"
|
|
}
|
|
}
|
|
]
|