diff --git a/frigate/data_processing/post/review_descriptions.py b/frigate/data_processing/post/review_descriptions.py index ffa33ef7c..b4a426acb 100644 --- a/frigate/data_processing/post/review_descriptions.py +++ b/frigate/data_processing/post/review_descriptions.py @@ -85,7 +85,7 @@ class ReviewDescriptionProcessor(PostProcessorApi): return elif ( final_data["severity"] == "detection" - and not self.config.cameras[camera].review.detections + and not self.config.cameras[camera].review.genai.detections ): self.tracked_review_items.pop(id) return