mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix 115 api
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@ class MediaChain(ChainBase, metaclass=Singleton):
|
|||||||
if item:
|
if item:
|
||||||
logger.info(f"已保存文件:{item.path}")
|
logger.info(f"已保存文件:{item.path}")
|
||||||
else:
|
else:
|
||||||
logger.warn(f"文件保存失败:{item.path}")
|
logger.warn(f"文件保存失败:{_path}")
|
||||||
finally:
|
finally:
|
||||||
if tmp_file.exists():
|
if tmp_file.exists():
|
||||||
tmp_file.unlink()
|
tmp_file.unlink()
|
||||||
|
|||||||
Reference in New Issue
Block a user