diff --git a/frigate/record/maintainer.py b/frigate/record/maintainer.py index 26b64b2d3..6290a2405 100644 --- a/frigate/record/maintainer.py +++ b/frigate/record/maintainer.py @@ -727,7 +727,8 @@ class RecordingMaintainer(threading.Thread): ) ) elif ( - topic == DetectionTypeEnum.api.value or topic == DetectionTypeEnum.lpr.value + topic == DetectionTypeEnum.api.value + or topic == DetectionTypeEnum.lpr.value ): continue