mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
readd top_score to search query for old events
This commit is contained in:
parent
92efc4a3dc
commit
71c5db4888
@ -394,6 +394,7 @@ def events_search(request: Request, params: EventsSearchQueryParams = Depends())
|
||||
Event.end_time,
|
||||
Event.has_clip,
|
||||
Event.has_snapshot,
|
||||
Event.top_score,
|
||||
Event.data,
|
||||
Event.plus_id,
|
||||
ReviewSegment.thumb_path,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user