mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 11:49:57 +00:00
12 lines
218 B
JSON
12 lines
218 B
JSON
[
|
|
{
|
|
"name": "MySubsonic",
|
|
"enable": true,
|
|
"data": {
|
|
"url": "http://localhost:4040/airsonic",
|
|
"user": "yourUser",
|
|
"password": "yourPassword",
|
|
"usersAllow": ["yourUser"]
|
|
}
|
|
}
|
|
]
|