diff --git a/frigate/http.py b/frigate/http.py index beee5ed0d..725a6f467 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1389,6 +1389,7 @@ def get_snapshot_from_recording(camera_name: str, frame_time: str): ) .where(Recordings.camera == camera_name) .order_by(Recordings.start_time.desc()) + .limit(1) ) try: