Skip to content

Commit

Permalink
Increate the wait time of resolution change process
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Sep 9, 2024
1 parent 23b6988 commit 9b169ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_player.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export class WebPlayer {
this.videojsPlayer.pause();
setTimeout(() => {
this.videojsPlayer.play();
}, 1000);
}, 2000);
}
}

Expand Down

0 comments on commit 9b169ae

Please sign in to comment.