mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issues with embedded player
This commit is contained in:
@@ -38,7 +38,7 @@ var Hostcontroller = {
|
||||
if(arr.type == "volume") {
|
||||
Playercontrols.visualVolume(arr.value);
|
||||
Player.setVolume(arr.value);
|
||||
SC.Widget(Player.soundcloud_player).setVolume(arr.value);
|
||||
Player.soundcloud_player.setVolume(arr.value / 100);
|
||||
localStorage.setItem("volume", arr.value);
|
||||
Playercontrols.choose_button(arr.value, false);
|
||||
} else if(arr.type == "channel") {
|
||||
|
||||
Reference in New Issue
Block a user