Add missing )

pull/4156/head
Isaac Connor 2024-09-28 09:14:21 -04:00
parent 33ede2f7d1
commit 3e320c59fd
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if ((!$replayMode) or !$replayModes[$replayMode]) {
}
$video_tag = ($codec == 'MP4') ||
((false !== strpos($Event->DefaultVideo(), 'h264') || (false !== strpos($Event->DefaultVideo(), 'av1')) && ($codec === 'auto'));
((false !== strpos($Event->DefaultVideo(), 'h264')) || (false !== strpos($Event->DefaultVideo(), 'av1')) && ($codec === 'auto'));
// videojs zoomrotate only when direct recording
$Zoom = 1;