mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 15:40:22 +00:00
* Keep examples as valid json by removing comments and fixing trailing commas #55 * Add README pointing to configuration docs
10 lines
165 B
JSON
10 lines
165 B
JSON
[
|
|
{
|
|
"name": "MySubsonic",
|
|
"data": {
|
|
"url": "http://localhost:4040/airsonic",
|
|
"user": "yourUser",
|
|
"password": "yourPassword",
|
|
}
|
|
}
|
|
]
|