mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-12 16:16:42 +03:00
ensure feature is enabled globally
This commit is contained in:
parent
f6ea31cb7c
commit
dacdcafd35
@ -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
|
||||
for c in self.config.cameras.values()
|
||||
):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user