diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 0350ad47b..ec50ca782 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -191,6 +191,7 @@ export default function Events({ path, ...props }) { has_clip: event.has_clip, has_snapshot: event.has_snapshot, plus_id: event.plus_id, + end_time: event.end_time, })); downloadButton.current = e.target; setState({ ...state, showDownloadMenu: true });