diff --git a/frigate/review/maintainer.py b/frigate/review/maintainer.py index a51c73f88..1852fd565 100644 --- a/frigate/review/maintainer.py +++ b/frigate/review/maintainer.py @@ -642,7 +642,7 @@ class ReviewSegmentMaintainer(threading.Thread): _, audio_detections, ) = data - elif topic == DetectionTypeEnum.api.value or DetectionTypeEnum.lpr.value: + elif topic == DetectionTypeEnum.api.value or topic == DetectionTypeEnum.lpr.value: ( camera, frame_time,