fix(web): set src for progressive video player (#28813)

set src
This commit is contained in:
Mert
2026-06-03 17:07:23 -04:00
committed by GitHub
parent 9d4a6614b1
commit 137687bc0f
@@ -370,6 +370,7 @@
<video
bind:this={videoPlayer}
slot="media"
src={assetFileUrl}
loop={$loopVideoPreference && loopVideo}
autoplay={$autoPlayVideo}
disablePictureInPicture