1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-28 04:17:40 +00:00

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

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);