mirror of
https://github.com/immich-app/immich.git
synced 2025-06-03 19:19:23 +02:00
unneceesary !
This commit is contained in:
parent
22bf2e58d4
commit
67b8ae69cb
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@
|
|||
onended={onVideoEnded}
|
||||
onstarted={() => {
|
||||
if (!forceMuted && player) {
|
||||
player!.volume = $videoViewerVolume;
|
||||
player!.muted = $videoViewerMuted;
|
||||
player.volume = $videoViewerVolume;
|
||||
player.muted = $videoViewerMuted;
|
||||
}
|
||||
onVideoStarted();
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue