diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 8cf803541..fc27b221d 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -243,7 +243,7 @@ class AudioEventMaintainer(threading.Thread): > self.config.audio.max_not_heard ): self.inter_process_communicator.queue.put( - (f"{self.config.name}/audio/{detection['label']}", True) + (f"{self.config.name}/audio/{detection['label']}", False) ) resp = requests.put(