From 91aadb604468cddbc1445cc1770c6011912ff464 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 18 Jul 2023 07:41:45 -0600 Subject: [PATCH] Don't show frigate+ button for audio / custom events (#7203) --- web/src/routes/Events.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 841081f798..c28d31cfa1 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -389,7 +389,7 @@ export default function Events({ path, ...props }) { download /> )} - {downloadEvent.end_time && downloadEvent.has_snapshot && !downloadEvent.plus_id && ( + {(event?.data?.type || "object") == "object" && downloadEvent.end_time && downloadEvent.has_snapshot && !downloadEvent.plus_id && (