mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Start-end event updated
- Visual fixes - Set start-time and end-time for soundcloud player working
This commit is contained in:
@@ -278,7 +278,6 @@ var Playercontrols = {
|
||||
|
||||
setVolume: function(vol) {
|
||||
Player.setVolume(vol);
|
||||
console.log(vol);
|
||||
SC.Widget(Player.soundcloud_player).setVolume(vol);
|
||||
Playercontrols.choose_button(vol, false);
|
||||
if(Player.player.isMuted())
|
||||
|
||||
Reference in New Issue
Block a user