Files
blakeblackshear.frigate/web/src
ryzendigo dfc6ff9202 fix: variable shadowing silently drops object label updates (#22472)
When an existing tracked object's label or stationary status changes
(e.g. sub_label assignment from face recognition), the update handler
declares a new const newObjects that shadows the outer let newObjects.

The label and stationary mutations apply to the inner copy, but
handleSetObjects on line 148 reads the outer variable which was never
mutated. The update is silently discarded.

Remove the inner declaration so mutations apply to the outer variable
that gets passed to handleSetObjects.
2026-03-16 06:43:25 -06:00
..
2026-03-12 16:57:42 -06:00
2026-03-15 07:26:23 -05:00
2026-03-15 07:26:23 -05:00
2026-03-12 16:57:42 -06:00
2026-03-07 06:43:00 -07:00
2026-03-15 07:26:23 -05:00
2026-03-07 06:43:00 -07:00