mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
v5.2.9
This commit is contained in:
parent
34563593fc
commit
c69835231f
@ -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 = [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mstream",
|
||||
"version": "5.2.8",
|
||||
"version": "5.2.9",
|
||||
"description": "music streaming server",
|
||||
"main": "cli-boot-wrapper.js",
|
||||
"bin": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user