mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-15 15:09:20 +00:00
Merge pull request #465 from Pixel-LH/main
This commit is contained in:
@@ -76,7 +76,7 @@ class VCBAnimeMonitor(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "vcbmonitor.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.8.2.1"
|
||||
plugin_version = "1.8.2.2"
|
||||
# 插件作者
|
||||
plugin_author = "pixel@qingwa"
|
||||
# 作者主页
|
||||
|
||||
@@ -98,9 +98,7 @@ class ReMeta:
|
||||
self.is_ova = self.vcb_meta.is_ova
|
||||
meta = MetaInfoPath(file_path)
|
||||
meta.title = self.vcb_meta.title
|
||||
meta.name = self.vcb_meta.title
|
||||
meta.en_name = self.vcb_meta.title
|
||||
meta.cn_name = self.vcb_meta.title
|
||||
if self.vcb_meta.type == "Movie":
|
||||
meta.type = MediaType.MOVIE
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user