From d5424c0b25f306144295b54eb8972a7fe72207ae Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 8 Aug 2025 19:03:19 -0600 Subject: [PATCH] Fix detections block --- frigate/data_processing/post/review_descriptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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