mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-07 03:11:15 +03:00
Various fixes (#14703)
* Fix not retaining custom events * Fix media apis
This commit is contained in:
@@ -70,7 +70,7 @@ class ExternalEventProcessor:
|
||||
"sub_label": sub_label,
|
||||
"score": score,
|
||||
"camera": camera,
|
||||
"start_time": now,
|
||||
"start_time": now - camera_config.record.event_pre_capture,
|
||||
"end_time": end,
|
||||
"thumbnail": thumbnail,
|
||||
"has_clip": camera_config.record.enabled and include_recording,
|
||||
|
||||
Reference in New Issue
Block a user