mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-30 04:39:57 +00:00
feat(config): Implement property to control whether a source/client is used
* 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
This commit is contained in:
parent
860d2d953f
commit
ac2d453aa2
23 changed files with 469 additions and 3 deletions
|
|
@ -21,6 +21,7 @@
|
|||
"sources": [
|
||||
{
|
||||
"type": "spotify",
|
||||
"enable": true,
|
||||
"clients": ["myConfig"],
|
||||
"name": "mySpotifySource",
|
||||
"data": {
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
"clients": [
|
||||
{
|
||||
"type": "maloja",
|
||||
"enable": true,
|
||||
"name": "myConfig",
|
||||
"data": {
|
||||
"url": "http://localhost:42010",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue