mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Rename BONOB_STREAM_CUSTOM_CLIENTS to BONOB_NAVIDROME_CUSTOM_CLIENTS
This commit is contained in:
@@ -33,7 +33,7 @@ if (process.env["BONOB_SONOS_AUTO_REGISTER"] == "true") {
|
||||
});
|
||||
}
|
||||
|
||||
const customClientsFor = process.env["BONOB_STREAM_CUSTOM_CLIENTS"] || "none";
|
||||
const customClientsFor = process.env["BONOB_NAVIDROME_CUSTOM_CLIENTS"] || "none";
|
||||
const streamUserAgent =
|
||||
customClientsFor == "none" ? DEFAULT : appendMimeTypeToClientFor(customClientsFor.split(","));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user