fix props

This commit is contained in:
Josh Hawkins 2024-12-20 10:01:05 -06:00
parent 1309cb0d7f
commit 78581229f5
2 changed files with 2 additions and 0 deletions

View File

@ -698,6 +698,7 @@ const LivePlayerGridItem = React.forwardRef<
onResetLiveMode={onResetLiveMode}
containerRef={ref as React.RefObject<HTMLDivElement>}
autoLive={autoLive}
playInBackground={false}
showStillWithoutActivity={showStillWithoutActivity}
useWebGL={useWebGL}
/>

View File

@ -375,6 +375,7 @@ export default function LiveDashboardView({
preferredLiveMode={preferredLiveModes[camera.name] ?? "mse"}
autoLive={autoLiveView}
useWebGL={false}
playInBackground={false}
streamName={Object.values(camera.live.streams)[0]}
onClick={() => onSelectCamera(camera.name)}
onError={(e) => handleError(camera.name, e)}