mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 11:49:57 +00:00
* Update iso-websockets to fix typing exports and get node network error from WS error * Add url example to config
11 lines
170 B
JSON
11 lines
170 B
JSON
[
|
|
{
|
|
"type": "musikcube",
|
|
"enable": true,
|
|
"name": "musikcube",
|
|
"data": {
|
|
"url": "ws://localhost:7905",
|
|
"password": "MY_PASSWORD"
|
|
}
|
|
}
|
|
]
|