mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-01 05:09:54 +00:00
22 lines
549 B
JSON
22 lines
549 B
JSON
[
|
|
{
|
|
"name": "myLastFmClient",
|
|
"enable": true,
|
|
"configureAs": "client",
|
|
"data": {
|
|
"apiKey": "a89cba1569901a0671d5a9875fed4be1",
|
|
"secret": "ec42e09d5ae0ee0f0816ca151008412a",
|
|
"redirectUri": "http://localhost:9078/lastfm/callback"
|
|
}
|
|
},
|
|
{
|
|
"name": "myLastFmSource",
|
|
"enable": true,
|
|
"configureAs": "source",
|
|
"data": {
|
|
"apiKey": "a89cba1569901a0671d5a9875fed4be1",
|
|
"secret": "ec42e09d5ae0ee0f0816ca151008412a",
|
|
"redirectUri": "http://localhost:9078/lastfm/callback"
|
|
}
|
|
}
|
|
]
|