From cada5bb7bd29741f58c5e44881f7b918096153ae Mon Sep 17 00:00:00 2001 From: Josh Edlin Date: Thu, 3 Jun 2021 15:09:05 -0400 Subject: [PATCH] Adding a download link to the clip page --- web/src/routes/Event.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/routes/Event.jsx b/web/src/routes/Event.jsx index cf45f9e62..b199d6c66 100644 --- a/web/src/routes/Event.jsx +++ b/web/src/routes/Event.jsx @@ -61,6 +61,7 @@ export default function Event({ eventId }) { src={`${apiHost}/clips/${data.camera}-${eventId}.mp4`} controls /> + Download Clip ) : (

No clip available