mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-29 12:19:58 +00:00
docs(deezer): Rewrite Deezer Source with ARL implementation
* Add ARL implementation docs and warnings * Update json examples to include both types of deezer configs
This commit is contained in:
parent
305f3c42ae
commit
69f73ff09f
6 changed files with 157 additions and 48 deletions
13
config/deezer-deprecated.json.example
Normal file
13
config/deezer-deprecated.json.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
{
|
||||
"name": "DeezerOfficalDeprecated",
|
||||
"enable": true,
|
||||
"clients": [],
|
||||
"data": {
|
||||
"clientId": "a89cba1569901a0671d5a9875fed4be1",
|
||||
"clientSecret": "ec42e09d5ae0ee0f0816ca151008412a",
|
||||
"redirectUri": "http://localhost:9078/deezer/callback",
|
||||
"interval": 60
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue