This commit is contained in:
IrosTheBeggar 2021-08-24 01:26:31 -04:00
parent 34563593fc
commit c69835231f
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ function bootServer() {
fs.writeFileSync(configFile, JSON.stringify(program, null, 2), 'utf8');
// TODO: Select unused port
if (!program.port) { program.port = 3000; }
const protocol = program.ssl && program.ssl.cert && program.ssl.key ? 'https' : 'http';
trayTemplate = [

View File

@ -1,6 +1,6 @@
{
"name": "mstream",
"version": "5.2.8",
"version": "5.2.9",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {