forked from Github/frigate
use a nginx internal redirect
This commit is contained in:
@@ -51,7 +51,7 @@ class RecordingMaintainer(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("tmp_clip")
|
||||
and not d.startswith("clip_")
|
||||
]
|
||||
|
||||
files_in_use = []
|
||||
|
||||
Reference in New Issue
Block a user