var minisrv_service_file = true; var canDoMuzac = session_data.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.

Background music

BGM Volume

 Soft
 Medium
 Loud

`; } data += `
`;