allow viewers to use jobstate

This commit is contained in:
Josh Hawkins 2026-05-19 14:23:51 -05:00
parent 42ee9f9306
commit 939be5bd46

View File

@ -68,6 +68,7 @@ _WS_VIEWER_TOPICS = frozenset(
"audioTranscriptionState", "audioTranscriptionState",
"birdseyeLayout", "birdseyeLayout",
"embeddingsReindexProgress", "embeddingsReindexProgress",
"jobState",
} }
) )