mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
fixed issue with player not always showing up with a video, and skipping to fast not always changing the video
This commit is contained in:
@@ -54,7 +54,6 @@ var Playercontrols = {
|
||||
play_pause: function()
|
||||
{
|
||||
if(!chromecastAvailable){
|
||||
console.log(Player.player.getPlayerState());
|
||||
if(Player.player.getPlayerState() == 1)
|
||||
{
|
||||
Player.pauseVideo();
|
||||
|
||||
Reference in New Issue
Block a user