diff --git a/frigate/record.py b/frigate/record.py index 0a9fd5caa..5409d12c1 100644 --- a/frigate/record.py +++ b/frigate/record.py @@ -285,6 +285,7 @@ class RecordingMaintainer(threading.Thread): end_time=end_time.timestamp(), duration=duration, motion=motion_count, + # TODO: update this to store list of active objects at some point objects=active_count, ) except Exception as e: