mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Use key to correctly reload live view when camera changes directly (#20291)
This commit is contained in:
parent
923412ec1c
commit
e8b2828ca0
@ -142,6 +142,7 @@ function Live() {
|
||||
/>
|
||||
) : selectedCamera ? (
|
||||
<LiveCameraView
|
||||
key={selectedCameraName}
|
||||
config={config}
|
||||
camera={selectedCamera}
|
||||
supportsFullscreen={supportsFullScreen}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user