mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 22:51:58 +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
15 lines
254 B
JSON
15 lines
254 B
JSON
[
|
|
{
|
|
"name": "MyJellyfin",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"users": ["FoxxMD"],
|
|
"servers": ["myServer","anotherServer"]
|
|
},
|
|
"options": {
|
|
"logPayload": false,
|
|
"logFilterFailure": "warn"
|
|
}
|
|
}
|
|
]
|