Merge branch 'main' into misc_tweaks

This commit is contained in:
Min Idzelis
2025-03-25 23:31:18 +00:00
18 changed files with 33 additions and 26 deletions
@@ -124,6 +124,9 @@
}}
onseeking={() => (isScrubbing = true)}
onseeked={() => (isScrubbing = false)}
onplaying={(e) => {
e.currentTarget.focus();
}}
onclose={() => onClose()}
muted={forceMuted || $videoViewerMuted}
bind:volume={$videoViewerVolume}