Fix: don't set volumebar to 0 on appInit

This commit is contained in:
jcorporation 2019-02-03 22:18:38 +00:00
parent de972b4e6d
commit cd6db8a6e2
1 changed files with 0 additions and 2 deletions

View File

@ -405,8 +405,6 @@ function appInitWait() {
function appInit() {
// sendAPI({"cmd": "MPD_API_PLAYER_STATE"}, parseState);
domCache.volumeBar.value = 0;
document.getElementById('btnChVolumeDown').addEventListener('click', function(event) {
event.stopPropagation();
}, false);