mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying fix for load-error and volume chromecast
This commit is contained in:
@@ -34,7 +34,7 @@ var Hostcontroller = {
|
||||
if(enabled){
|
||||
if(arr.type == "volume") {
|
||||
$("#volume").slider("value", arr.value);
|
||||
Player.player.setVolume(arr.value);
|
||||
Player.setVolume(arr.value);
|
||||
localStorage.setItem("volume", arr.value);
|
||||
Playercontrols.choose_button(arr.value, false);
|
||||
} else if(arr.type == "channel") {
|
||||
|
||||
Reference in New Issue
Block a user