ensure feature is enabled globally

This commit is contained in:
Josh Hawkins 2025-10-08 17:35:58 -05:00
parent f6ea31cb7c
commit dacdcafd35

View File

@ -215,7 +215,7 @@ class EmbeddingMaintainer(threading.Thread):
) )
) )
if any( if self.config.audio_transcription.enabled and any(
c.enabled_in_config and c.audio_transcription.enabled c.enabled_in_config and c.audio_transcription.enabled
for c in self.config.cameras.values() for c in self.config.cameras.values()
): ):