Fix to store current volume on startup.
This commit is contained in:
parent
fb3f8dda3f
commit
8cdc547d4e
@ -419,6 +419,8 @@ function doVolume(value) {
|
||||
volumeChanging = value;
|
||||
clearInterval(volumeTimer);
|
||||
volumeTimer = setTimeout(triggerVolume, 500);
|
||||
} else {
|
||||
currentVolume = value
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user