Update VideoContainer.tsx

This commit is contained in:
Pas 2025-06-16 00:26:35 -06:00
parent ab5db9807e
commit b6d30f1bec

View file

@ -106,6 +106,7 @@ function VideoElement() {
autoPlay
playsInline
ref={videoEl}
preload="metadata"
>
{subtitleTrack}
</video>