mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 00:54:27 +03:00
fix props
This commit is contained in:
parent
1309cb0d7f
commit
78581229f5
@ -698,6 +698,7 @@ const LivePlayerGridItem = React.forwardRef<
|
|||||||
onResetLiveMode={onResetLiveMode}
|
onResetLiveMode={onResetLiveMode}
|
||||||
containerRef={ref as React.RefObject<HTMLDivElement>}
|
containerRef={ref as React.RefObject<HTMLDivElement>}
|
||||||
autoLive={autoLive}
|
autoLive={autoLive}
|
||||||
|
playInBackground={false}
|
||||||
showStillWithoutActivity={showStillWithoutActivity}
|
showStillWithoutActivity={showStillWithoutActivity}
|
||||||
useWebGL={useWebGL}
|
useWebGL={useWebGL}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -375,6 +375,7 @@ export default function LiveDashboardView({
|
|||||||
preferredLiveMode={preferredLiveModes[camera.name] ?? "mse"}
|
preferredLiveMode={preferredLiveModes[camera.name] ?? "mse"}
|
||||||
autoLive={autoLiveView}
|
autoLive={autoLiveView}
|
||||||
useWebGL={false}
|
useWebGL={false}
|
||||||
|
playInBackground={false}
|
||||||
streamName={Object.values(camera.live.streams)[0]}
|
streamName={Object.values(camera.live.streams)[0]}
|
||||||
onClick={() => onSelectCamera(camera.name)}
|
onClick={() => onSelectCamera(camera.name)}
|
||||||
onError={(e) => handleError(camera.name, e)}
|
onError={(e) => handleError(camera.name, e)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user