Use review item thumbnail for export (#12998)

* Use review item thumbnail for export

* Formatting
This commit is contained in:
Nicolas Mowen
2024-08-12 08:26:54 -06:00
parent c16450adc8
commit 2cb81ef116
3 changed files with 14 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ def export_recording(camera_name: str, start_time, end_time):
401,
)
existing_image = json.get("image_path")
recordings_count = (
Recordings.select()
.where(
@@ -78,6 +80,7 @@ def export_recording(camera_name: str, start_time, end_time):
current_app.frigate_config,
camera_name,
friendly_name,
existing_image,
int(start_time),
int(end_time),
(