Skip to content

Commit

Permalink
Fix frame_name not being sent
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Dec 1, 2024
1 parent 76a9742 commit 4116ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/review/maintainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def run(self) -> None:

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

Expand Down

0 comments on commit 4116ef8

Please sign in to comment.