const minisrv_service_file = true;
const wtvbgm = new WTVBGMusic(minisrv_config, session_data);
let catsListed = 0;
const categories = wtvbgm.getCategoryList();
const divide = Math.round(categories.length / 2, 0);
headers = `200 OK
Connection: Keep-Alive
wtv-expire-all: wtv-
wtv-expire-all: http
Content-Type: text/html`
data = `
Background music styles
|
|
Background music styles
${(categories.length > 14) ? ' ' : ' '}
Choose the styles you'd like to hear.
Choose a style name to see the songs for that style.
${(categories.length > 14) ? '' : ''}
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
| `;
}
data += ``;
catsListed++;
}
});
data += `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`;