From 16bb2fde0c834ee30c54dd4f1aa7cafab7085d11 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:46:38 +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 0061d338f..beee5ed0d 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: