This commit is contained in:
jxxghp
2023-11-20 16:43:01 +08:00
parent 6232b4416e
commit 4275bf5178
2 changed files with 3 additions and 3 deletions

View File

@@ -272,7 +272,7 @@
"PersonMeta": {
"name": "演职人员刮削",
"description": "刮削演职人员图片以及中文名称。",
"version": "1.0",
"version": "1.1",
"icon": "actor.png",
"color": "#E66E72",
"author": "jxxghp",

View File

@@ -41,7 +41,7 @@ class PersonMeta(_PluginBase):
# 主题色
plugin_color = "#E66E72"
# 插件版本
plugin_version = "1.0"
plugin_version = "1.1"
# 插件作者
plugin_author = "jxxghp"
# 作者主页
@@ -624,7 +624,7 @@ class PersonMeta(_PluginBase):
# 匹配豆瓣信息
doubaninfo = self.chain.match_doubaninfo(name=mediainfo.title,
imdbid=mediainfo.imdb_id,
mtype=mediainfo.type.value,
mtype=mediainfo.type,
year=mediainfo.year,
season=season)
# 豆瓣演员