diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 2081caf4d..adf45431e 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -220,7 +220,7 @@ class AudioEventMaintainer(threading.Thread): self.requestor.send_data(f"{self.config.name}/audio/{label}", "ON") self.event_metadata_publisher.publish( - EventMetadataTypeEnum.manual_event_end, + EventMetadataTypeEnum.manual_event_create, ( now, self.config.name,