diff --git a/frigate/http.py b/frigate/http.py index 56916bb7c..d26a7bd2a 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1649,7 +1649,7 @@ def export_recording(camera_name: str, start_time, end_time): return make_response( jsonify( {"success": False, "message": "No recordings found for time range"} - ), + ), 400, )