mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-08-16 04:03:20 +00:00
14 lines
298 B
JSON
14 lines
298 B
JSON
[
|
|
{
|
|
"id": "mySubsonic",
|
|
"name": "Airsonic Server",
|
|
"enable": true,
|
|
"data": {
|
|
"url": "http://localhost:4040/airsonic",
|
|
"user": "yourUser",
|
|
"password": "yourPassword",
|
|
"usersAllow": ["yourUser"],
|
|
"detectStaleNowPlayingFromMinutesAgo": true
|
|
}
|
|
}
|
|
]
|