mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-02 05:31:56 +00:00
* QoL improvement -- Instead of needing to rename a config file so it is not read by MS a user can now use the 'enable' property in all source/client configs to enable or disable loading the config * Added property to all config examples
13 lines
284 B
JSON
13 lines
284 B
JSON
[
|
|
{
|
|
"name": "MySpotify",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"clientId": "a89cba1569901a0671d5a9875fed4be1",
|
|
"clientSecret": "ec42e09d5ae0ee0f0816ca151008412a",
|
|
"redirectUri": "http://localhost:9078/callback",
|
|
"interval": 60
|
|
}
|
|
}
|
|
]
|