From e84a89ef3ebe11b848393ab7b627dbef4ce41da5 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:26:19 -0500 Subject: [PATCH] fix camera audio availability detection on mobile live grid (#23488) --- web/src/views/live/LiveDashboardView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/views/live/LiveDashboardView.tsx b/web/src/views/live/LiveDashboardView.tsx index e935148151..975d97444e 100644 --- a/web/src/views/live/LiveDashboardView.tsx +++ b/web/src/views/live/LiveDashboardView.tsx @@ -592,6 +592,7 @@ export default function LiveDashboardView({ resetPreferredLiveMode(camera.name) } config={config} + streamMetadata={streamMetadata} >