mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 11:49:57 +00:00
* Add ARL implementation docs and warnings * Update json examples to include both types of deezer configs
13 lines
305 B
JSON
13 lines
305 B
JSON
[
|
|
{
|
|
"name": "DeezerOfficalDeprecated",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"clientId": "a89cba1569901a0671d5a9875fed4be1",
|
|
"clientSecret": "ec42e09d5ae0ee0f0816ca151008412a",
|
|
"redirectUri": "http://localhost:9078/deezer/callback",
|
|
"interval": 60
|
|
}
|
|
}
|
|
]
|