fix bug
This commit is contained in:
parent
8de487b0bf
commit
3dd7b33f3e
@ -172,7 +172,7 @@ class PersonMeta(_PluginBase):
|
|||||||
if not actor_image:
|
if not actor_image:
|
||||||
continue
|
continue
|
||||||
# 计算保存路径
|
# 计算保存路径
|
||||||
image_path = Path(self._metadir) / f"{actor_name}-tmdb-{actor_id}{Path(actor_image).suffix}"
|
image_path = Path(self._metadir) / f"{actor_name}-tmdb-{actor_id}" / f"folder{Path(actor_image).suffix}"
|
||||||
if image_path.exists():
|
if image_path.exists():
|
||||||
continue
|
continue
|
||||||
# 下载图片
|
# 下载图片
|
||||||
|
Loading…
x
Reference in New Issue
Block a user