mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-10 01:18:55 -05:00
Update VideoJSPlayer.jsx
This commit is contained in:
parent
466d4b6658
commit
e47942608d
@ -2775,7 +2775,7 @@ function VideoJSPlayer({ videoId = 'default-video' }) {
|
|||||||
autoplayCountdown = null;
|
autoplayCountdown = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Show autoplay countdown immediately
|
// Show autoplay countdown immediately!
|
||||||
autoplayCountdown = new AutoplayCountdownOverlay(playerRef.current, {
|
autoplayCountdown = new AutoplayCountdownOverlay(playerRef.current, {
|
||||||
nextVideoData: nextVideoData,
|
nextVideoData: nextVideoData,
|
||||||
countdownSeconds: 5,
|
countdownSeconds: 5,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user