Skip to content

Commit

Permalink
Merge branch 'master' into update_web_player
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya authored Oct 7, 2024
2 parents 87ab1b8 + bc34b48 commit 9cf9622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/player.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ <h3 class="col text-muted">
let overlay = document.getElementById('video-overlay');
getVideo.pause();
overlay.style.display = "block";
setTimeout(function(){ getVideo.play();overlay.style.display = "none";}, 1000);
setTimeout(function(){ getVideo.play();overlay.style.display = "none";}, 2000);
}
else {
console.log( info + " notification received");
Expand Down

0 comments on commit 9cf9622

Please sign in to comment.