mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Add designator when events are custom
This commit is contained in:
parent
c25367221e
commit
6f3a1e6bef
@ -229,7 +229,7 @@ class EventProcessor(threading.Thread):
|
||||
Event.has_clip: event_data["has_clip"],
|
||||
Event.has_snapshot: event_data["has_snapshot"],
|
||||
Event.zones: [],
|
||||
Event.data: {},
|
||||
Event.data: { "type": "api" },
|
||||
}
|
||||
Event.insert(event).execute()
|
||||
elif type == "end":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user