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

@@ -190,7 +190,7 @@ export default function EventView({
axios
.post(
`export/${review.camera}/start/${review.start_time - REVIEW_PADDING}/end/${endTime}`,
{ playback: "realtime" },
{ playback: "realtime", image_path: review.thumb_path },
)
.then((response) => {
if (response.status == 200) {