Clean code

This commit is contained in:
Raphael Wickihalder 2022-05-29 11:55:57 +02:00 committed by Thomas Zarebczan
parent ca135cc7f8
commit a7bbb464d6

View file

@ -111,7 +111,6 @@ const VideoJsEvents = ({
function onInitialPlay() {
const player = playerRef.current;
console.log('onInitialPlay');
updateMediaSession();
const bigPlayButton = document.querySelector('.vjs-big-play-button');