mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
fix ws merge
This commit is contained in:
parent
5fbcae1009
commit
663ebccc3f
@ -54,19 +54,13 @@ function useValue(): useValueReturn {
|
|||||||
|
|
||||||
Object.entries(cameraActivity).forEach(([name, state]) => {
|
Object.entries(cameraActivity).forEach(([name, state]) => {
|
||||||
const {
|
const {
|
||||||
|
|
||||||
record,
|
record,
|
||||||
|
|
||||||
detect,
|
detect,
|
||||||
|
|
||||||
snapshots,
|
snapshots,
|
||||||
|
|
||||||
audio,
|
audio,
|
||||||
notifications,
|
notifications,
|
||||||
notifications_suspended,
|
notifications_suspended,
|
||||||
|
|
||||||
autotracking,
|
autotracking,
|
||||||
,
|
|
||||||
alerts,
|
alerts,
|
||||||
detections,
|
detections,
|
||||||
} =
|
} =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user