multi-scrobbler/config/jellyfin.json.example
2023-08-24 09:40:59 -04:00

14 lines
234 B
JSON

[
{
"name": "MyJellyfin",
"clients": [],
"data": {
"users": ["FoxxMD"],
"servers": ["myServer","anotherServer"]
},
"options": {
"logPayload": false,
"logFilterFailure": "warn"
}
}
]