var minisrv_service_file = true; var canDoMuzac = ssid_sessions[socket.ssid].hasCap('client-can-do-muzac'); headers = `200 OK Connection: Keep-Alive wtv-expire-all: wtv- wtv-expire-all: http Content-Type: text/html` data = ` Music
Music
`; if (canDoMuzac) { data += `

Turn on background music to have songs play continually in the background.

Remember to adjust the volume on your TV so you can hear the music.`; } else { data += `Your client reports it does not support background music.

However, you can still browse, and listen to the music in the foreground.`; } data += `

Background
music
`;