From 71c5db488868523d89043d590472762e634391d5 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:29:55 -0500 Subject: [PATCH] readd top_score to search query for old events --- frigate/api/event.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/api/event.py b/frigate/api/event.py index 1ce23a9bc..89b2fedef 100644 --- a/frigate/api/event.py +++ b/frigate/api/event.py @@ -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,