mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
Fix frame_name not being sent
This commit is contained in:
parent
76a9742ddc
commit
4116ef8c10
@ -480,7 +480,7 @@ class ReviewSegmentMaintainer(threading.Thread):
|
|||||||
|
|
||||||
if not self.config.cameras[camera].record.enabled:
|
if not self.config.cameras[camera].record.enabled:
|
||||||
if current_segment:
|
if current_segment:
|
||||||
self.update_existing_segment(current_segment, frame_time, [])
|
self.update_existing_segment(current_segment, frame_name, frame_time, [])
|
||||||
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user