diff --git a/frigate/record/maintainer.py b/frigate/record/maintainer.py index 8bfa726de..d60d7ccce 100644 --- a/frigate/record/maintainer.py +++ b/frigate/record/maintainer.py @@ -67,7 +67,7 @@ class SegmentInfo: if ( not keep and retain_mode == RetainModeEnum.motion - and (self.motion_count > 0 or self.average_dBFS > 0) + and (self.motion_count > 0 or self.average_dBFS != 0) ): keep = True