mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-08 22:45:28 +03:00
fix stuck activity ring when tracked object transitions to stationary
This commit is contained in:
parent
249db839ec
commit
5f8d590d87
@ -137,9 +137,11 @@ export function useCameraActivity(
|
||||
}
|
||||
}
|
||||
|
||||
newObjects[updatedEventIndex].label = label;
|
||||
newObjects[updatedEventIndex].stationary =
|
||||
updatedEvent.after.stationary;
|
||||
newObjects[updatedEventIndex] = {
|
||||
...newObjects[updatedEventIndex],
|
||||
label,
|
||||
stationary: updatedEvent.after.stationary,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user