From 668399dc52f69efb1c51f4212092ffe358e2577b Mon Sep 17 00:00:00 2001 From: Mike Vanis Date: Mon, 1 Mar 2021 17:35:47 +0000 Subject: [PATCH] download video link --- .../static/client/src/gallery/GalleryGrid.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/naturewatch_camera_server/static/client/src/gallery/GalleryGrid.js b/naturewatch_camera_server/static/client/src/gallery/GalleryGrid.js index e1b0f4b..8038356 100755 --- a/naturewatch_camera_server/static/client/src/gallery/GalleryGrid.js +++ b/naturewatch_camera_server/static/client/src/gallery/GalleryGrid.js @@ -91,6 +91,13 @@ class GalleryGrid extends React.Component { } + {this.state.activeContent.endsWith(".mp4") && +
+

+ Download Video +

+
+ }