mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
unneceesary !
This commit is contained in:
parent
22bf2e58d4
commit
67b8ae69cb
@ -117,8 +117,8 @@
|
||||
onended={onVideoEnded}
|
||||
onstarted={() => {
|
||||
if (!forceMuted && player) {
|
||||
player!.volume = $videoViewerVolume;
|
||||
player!.muted = $videoViewerMuted;
|
||||
player.volume = $videoViewerVolume;
|
||||
player.muted = $videoViewerMuted;
|
||||
}
|
||||
onVideoStarted();
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user