diff --git a/frigate/output/output.py b/frigate/output/output.py index 9ce646379..e458d3242 100644 --- a/frigate/output/output.py +++ b/frigate/output/output.py @@ -182,6 +182,5 @@ def move_preview_frames(loc: str): return shutil.move(preview_holdover, preview_cache) - except shutil.Error: logger.error("Failed to restore preview cache.")