mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Fix build error
This commit is contained in:
@@ -90,7 +90,7 @@ if (config.sonos.autoRegister) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if(config.sonos.discovery.auto) {
|
} else if(config.sonos.discovery.enabled) {
|
||||||
sonosSystem.devices().then(devices => {
|
sonosSystem.devices().then(devices => {
|
||||||
devices.forEach(d => {
|
devices.forEach(d => {
|
||||||
logger.info(`Found device ${d.name}(${d.group}) @ ${d.ip}:${d.port}`)
|
logger.info(`Found device ${d.name}(${d.group}) @ ${d.ip}:${d.port}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user