You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 08:37:42 +02:00
unneceesary !
This commit is contained in:
@ -117,8 +117,8 @@
|
||||
onended={onVideoEnded}
|
||||
onstarted={() => {
|
||||
if (!forceMuted && player) {
|
||||
player!.volume = $videoViewerVolume;
|
||||
player!.muted = $videoViewerMuted;
|
||||
player.volume = $videoViewerVolume;
|
||||
player.muted = $videoViewerMuted;
|
||||
}
|
||||
onVideoStarted();
|
||||
}}
|
||||
|
Reference in New Issue
Block a user