Review comment

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
Min Idzelis 2025-05-12 21:42:53 -04:00 committed by GitHub
parent 53f75dad4d
commit 330810f5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@
}}
onended={onVideoEnded}
onstarted={() => {
if (!forceMuted) {
if (!forceMuted && player) {
player!.volume = $videoViewerVolume;
player!.muted = $videoViewerMuted;
}