diff --git a/frigate/http.py b/frigate/http.py index df7b12cea..b61fdc71e 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -566,7 +566,6 @@ def events(): has_snapshot = request.args.get("has_snapshot", type=int) in_progress = request.args.get("in_progress", type=int) include_thumbnails = request.args.get("include_thumbnails", default=1, type=int) - favorites = request.args.get("favorites", type=int) clauses = []