mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Default BONOB_SONOS_AUTO_REGISTER to true, update README for localisation
This commit is contained in:
@@ -26,7 +26,7 @@ export default function () {
|
||||
(process.env["BONOB_SONOS_DEVICE_DISCOVERY"] || "true") == "true",
|
||||
seedHost: process.env["BONOB_SONOS_SEED_HOST"],
|
||||
autoRegister:
|
||||
(process.env["BONOB_SONOS_AUTO_REGISTER"] || "false") == "true",
|
||||
(process.env["BONOB_SONOS_AUTO_REGISTER"] || "true") == "true",
|
||||
sid: Number(process.env["BONOB_SONOS_SERVICE_ID"] || "246"),
|
||||
},
|
||||
navidrome: {
|
||||
|
||||
Reference in New Issue
Block a user