video player fix

This commit is contained in:
Justin Visser 2026-03-03 17:24:52 +01:00
parent d544413cd0
commit 015a393a50

View file

@ -10,6 +10,8 @@ defineProps<{
<video <video
:src="segment.content" :src="segment.content"
controls controls
preload="metadata"
playsinline
class="w-full rounded" class="w-full rounded"
> >
Your browser does not support the video element. Your browser does not support the video element.