mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 14:41:24 +00:00
11 lines
584 B
JSON
11 lines
584 B
JSON
[
|
|
{
|
|
"name": "myLastFm", // required, a name to identify your Client
|
|
"data": {
|
|
"apiKey": "string", // required, Lastfm api key
|
|
"secret": "string", // required, Lastfm shared secret
|
|
"redirectUri": "http://localhost:9078/lastfm/callback" // optional, if not different than this default
|
|
// callback for auth. Must have "lastfm/callback" in the url somewhere
|
|
}
|
|
}
|
|
]
|