diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 6a7736bd3..252aa92b0 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -290,7 +290,6 @@ class AudioEventMaintainer(threading.Thread): f"{FRIGATE_LOCALHOST}/api/events/{detection['id']}/end", json={ "end_time": detection["last_detection"] - + self.config.record.events.post_capture }, )