diff --git a/frigate/record/cleanup.py b/frigate/record/cleanup.py index 7703da8ea..060f6e33c 100644 --- a/frigate/record/cleanup.py +++ b/frigate/record/cleanup.py @@ -73,7 +73,7 @@ class RecordingCleanup(threading.Thread): ).timestamp() expired_reviews: ReviewSegment = ( ReviewSegment.select(ReviewSegment.id) - .where(ReviewSegment.camera == "front_cam") + .where(ReviewSegment.camera == config.name) .where( reduce( operator.or_,