diff --git a/frigate/http.py b/frigate/http.py index dd56486f2..0ec85cf06 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -237,7 +237,7 @@ def set_sub_label(id): if not event.end_time: tracked_obj: TrackedObject = ( - current_app.detected_frames_processor.camera_states[event.camera].get( + current_app.detected_frames_processor.camera_states[event.camera].tracked_objects.get( event.id ) )