Fix frame_name not being sent

This commit is contained in:
Nicolas Mowen 2024-12-01 07:40:44 -07:00
parent 76a9742ddc
commit 4116ef8c10

View File

@ -480,7 +480,7 @@ class ReviewSegmentMaintainer(threading.Thread):
if not self.config.cameras[camera].record.enabled:
if current_segment:
self.update_existing_segment(current_segment, frame_time, [])
self.update_existing_segment(current_segment, frame_name, frame_time, [])
continue