mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Disabled sonos should return false for all mutations
This commit is contained in:
@@ -13,7 +13,7 @@ const bonobUrl = new URLBuilder(params[0]!);
|
||||
|
||||
const config = readConfig();
|
||||
|
||||
registrar(bonobUrl, config.sonos.discovery)()
|
||||
registrar(bonobUrl, config.sonos.discovery.seedHost)()
|
||||
.then((success) => {
|
||||
if (success) {
|
||||
console.log(`Successfully registered bonob @ ${bonobUrl} with sonos`);
|
||||
|
||||
Reference in New Issue
Block a user