mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed small issue with volume-slider being faulty initiated sometimes
This commit is contained in:
@@ -432,7 +432,8 @@ var Player = {
|
||||
Playercontrols.initYoutubeControls(Player.player);
|
||||
Playercontrols.initSlider();
|
||||
Player.player.setVolume(Crypt.get_volume());
|
||||
}catch(e){}
|
||||
}catch(e){
|
||||
}
|
||||
},
|
||||
|
||||
readyLooks: function() {
|
||||
|
||||
Reference in New Issue
Block a user