mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Fix detections block
This commit is contained in:
parent
3feca459c7
commit
d5424c0b25
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user