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}
|
onended={onVideoEnded}
|
||||||
onstarted={() => {
|
onstarted={() => {
|
||||||
if (!forceMuted && player) {
|
if (!forceMuted && player) {
|
||||||
player!.volume = $videoViewerVolume;
|
player.volume = $videoViewerVolume;
|
||||||
player!.muted = $videoViewerMuted;
|
player.muted = $videoViewerMuted;
|
||||||
}
|
}
|
||||||
onVideoStarted();
|
onVideoStarted();
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user