This commit is contained in:
Nicolas Mowen 2024-06-17 07:37:07 -06:00
parent 73d7498246
commit fadbac45ec

View File

@ -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.")