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