mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix log
This commit is contained in:
@@ -315,6 +315,8 @@ class ShortPlayMonitor(_PluginBase):
|
||||
self.__save_poster(input_path=thumb_path,
|
||||
poster_path=target_path.parent / "poster.jpg",
|
||||
cover_conf=cover_conf)
|
||||
if (target_path.parent / "poster.jpg").exists():
|
||||
logger.info(f"{target_path.parent / 'poster.jpg'} 缩略图已生成")
|
||||
thumb_path.unlink()
|
||||
else:
|
||||
# 检查是否有缩略图
|
||||
|
||||
Reference in New Issue
Block a user