This commit is contained in:
jxxghp 2023-09-28 21:37:57 +08:00 committed by GitHub
parent 8de487b0bf
commit 3dd7b33f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ class PersonMeta(_PluginBase):
if not actor_image:
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():
continue
# 下载图片