Skip to content

Commit

Permalink
v5.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed Aug 24, 2021
1 parent 3456359 commit c698352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mstream",
"version": "5.2.8",
"version": "5.2.9",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {
Expand Down

0 comments on commit c698352

Please sign in to comment.