Fixed small issue with volume-slider being faulty initiated sometimes

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-07 15:09:23 +01:00
parent c86372b0fc
commit 847c42220e
3 changed files with 14 additions and 9 deletions

View File

@@ -432,7 +432,8 @@ var Player = {
Playercontrols.initYoutubeControls(Player.player);
Playercontrols.initSlider();
Player.player.setVolume(Crypt.get_volume());
}catch(e){}
}catch(e){
}
},
readyLooks: function() {