Start-end event updated

- Visual fixes
- Set start-time and end-time for soundcloud player working
This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-03 15:32:42 +02:00
parent 602f66c03b
commit 9a4fdda011
7 changed files with 72 additions and 37 deletions

View File

@@ -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())