mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-24 07:26:48 +00:00
fix #1149
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
"PersonMeta": {
|
||||
"name": "演职人员刮削",
|
||||
"description": "刮削演职人员图片以及中文名称。",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"icon": "actor.png",
|
||||
"color": "#E66E72",
|
||||
"author": "jxxghp",
|
||||
|
||||
@@ -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)
|
||||
# 豆瓣演员
|
||||
|
||||
Reference in New Issue
Block a user