mirror of
https://github.com/immich-app/immich.git
synced 2026-06-07 23:35:17 -04:00
Merge branch 'main' into misc_tweaks
This commit is contained in:
@@ -124,6 +124,9 @@
|
||||
}}
|
||||
onseeking={() => (isScrubbing = true)}
|
||||
onseeked={() => (isScrubbing = false)}
|
||||
onplaying={(e) => {
|
||||
e.currentTarget.focus();
|
||||
}}
|
||||
onclose={() => onClose()}
|
||||
muted={forceMuted || $videoViewerMuted}
|
||||
bind:volume={$videoViewerVolume}
|
||||
|
||||
Reference in New Issue
Block a user