From fa292682d6fb157941418ee6027a0327b078b828 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:37:45 +0100 Subject: [PATCH] Update http.py --- frigate/http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/http.py b/frigate/http.py index 87113c648..551611527 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1388,6 +1388,7 @@ def get_snapshot_from_recording(camera_name: str, frame_time: str): ) ) .where(Recordings.camera == camera_name) + .order_by(Recordings.start_time.desc()) ) try: