From 48e167a67398f7806964d1864e9d60c2ef8c795f Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 9 Jun 2024 13:15:34 -0500 Subject: [PATCH] fix check --- frigate/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/video.py b/frigate/video.py index 255d8466b..1c74575dc 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -300,7 +300,7 @@ class CameraWatchdog(threading.Thread): for d in os.listdir(CACHE_DIR) if os.path.isfile(os.path.join(CACHE_DIR, d)) and d.endswith(".mp4") - and not d.startswith("clip_") + and not d.startswith("preview_") ] ) newest_segment_time = latest_segment