diff --git a/frigate/http.py b/frigate/http.py index c5bd1722a..78886e146 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -635,7 +635,7 @@ def events(): excluded_fields.append(Event.thumbnail) else: selected_columns.append(Event.thumbnail) - + if favorites: clauses.append((Event.retain_indefinitely == favorites))