mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-30 10:37:42 +03:00
Fix detections block
This commit is contained in:
parent
3feca459c7
commit
d5424c0b25
@ -85,7 +85,7 @@ class ReviewDescriptionProcessor(PostProcessorApi):
|
|||||||
return
|
return
|
||||||
elif (
|
elif (
|
||||||
final_data["severity"] == "detection"
|
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)
|
self.tracked_review_items.pop(id)
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user