From e35af460ab71ace28a97508a08cc8926c4f2a360 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 11 Mar 2025 16:52:23 -0600 Subject: [PATCH] Cleanup --- frigate/events/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,