Skip to content

Commit

Permalink
v5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed Sep 28, 2021
1 parent 2955166 commit e3dcdd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.4.4",
"version": "5.4.5",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions webapp/assets/js/mstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ function autoDjPanel(el) {
newHtml += `<option ${(Number(MSTREAMPLAYER.minRating) === i) ? 'selected' : ''} value="${i}">${(i ===0) ? 'Disabled' : +(i/2).toFixed(1)}</option>`;
}
newHtml += '</select>';
newHtml += '<br><br><br><p><input type="button" value="Toggle Auto DJ" onclick="MSTREAMPLAYER.toggleAutoDJ();"></p>'

document.getElementById('filelist').innerHTML = newHtml;
}
Expand Down

0 comments on commit e3dcdd3

Please sign in to comment.