From 939be5bd4670988c175cc58322f1449a2080bfe5 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 19 May 2026 14:23:51 -0500 Subject: [PATCH] allow viewers to use jobstate --- frigate/comms/ws.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/comms/ws.py b/frigate/comms/ws.py index 98baf94b52..5b555999e3 100644 --- a/frigate/comms/ws.py +++ b/frigate/comms/ws.py @@ -68,6 +68,7 @@ _WS_VIEWER_TOPICS = frozenset( "audioTranscriptionState", "birdseyeLayout", "embeddingsReindexProgress", + "jobState", } )