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:
FoxxMD 2025-06-17 15:16:13 +00:00
parent 305f3c42ae
commit 69f73ff09f
6 changed files with 157 additions and 48 deletions

View file

@ -0,0 +1,13 @@
[
{
"name": "DeezerOfficalDeprecated",
"enable": true,
"clients": [],
"data": {
"clientId": "a89cba1569901a0671d5a9875fed4be1",
"clientSecret": "ec42e09d5ae0ee0f0816ca151008412a",
"redirectUri": "http://localhost:9078/deezer/callback",
"interval": 60
}
}
]