From 43a99b8a9ea0eee3cd2bf46a010f0235db016288 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 27 Feb 2023 15:45:14 -0700 Subject: [PATCH] Set end time for download event --- web/src/routes/Events.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index e303e1e2e..0350ad47b 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -66,6 +66,7 @@ export default function Events({ path, ...props }) { has_clip: false, has_snapshot: false, plus_id: undefined, + end_time: null, }); const [deleteFavoriteState, setDeleteFavoriteState] = useState({ deletingFavoriteEventId: null,