diff --git a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx index 5c3a3f09..0498fbee 100644 --- a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx +++ b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx @@ -2775,7 +2775,7 @@ function VideoJSPlayer({ videoId = 'default-video' }) { autoplayCountdown = null; } - // Show autoplay countdown immediately + // Show autoplay countdown immediately! autoplayCountdown = new AutoplayCountdownOverlay(playerRef.current, { nextVideoData: nextVideoData, countdownSeconds: 5,