mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 22:51:58 +00:00
13 lines
836 B
JSON
13 lines
836 B
JSON
[
|
|
{
|
|
"name": "myLastFm", // required, a name to identify your Client
|
|
"data": {
|
|
"apiKey": "string", // required, Lastfm api key
|
|
"secret": "string", // required, Lastfm shared secret
|
|
"session": "string", // optional, session id returned from a complete auth flow.
|
|
// if not specified will be generated during authentication
|
|
"redirectUri": "http://localhost:9078/lastfm/callback" // optional, if not different than this default
|
|
// callback for auth. Must have "lastfm/callback" in the url somewhere
|
|
}
|
|
}
|
|
]
|