mirror of
https://github.com/immich-app/immich.git
synced 2025-06-10 00:54:37 -04:00
Review comment
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
parent
53f75dad4d
commit
330810f5d3
@ -116,7 +116,7 @@
|
|||||||
}}
|
}}
|
||||||
onended={onVideoEnded}
|
onended={onVideoEnded}
|
||||||
onstarted={() => {
|
onstarted={() => {
|
||||||
if (!forceMuted) {
|
if (!forceMuted && player) {
|
||||||
player!.volume = $videoViewerVolume;
|
player!.volume = $videoViewerVolume;
|
||||||
player!.muted = $videoViewerMuted;
|
player!.muted = $videoViewerMuted;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user