diff --git a/package.json b/package.json index 1c9b8e6..a13ced9 100644 --- a/package.json +++ b/package.json @@ -444,7 +444,7 @@ }, "EmbyMetaRefresh": { "name": "Emby元数据刷新", - "description": "定时刷新Emby媒体库元数据。", + "description": "定时刷新Emby媒体库元数据,演职人员中文。", "labels": "Emby", "version": "1.5", "icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png", diff --git a/plugins/embymetarefresh/__init__.py b/plugins/embymetarefresh/__init__.py index 52b6503..e1e9784 100644 --- a/plugins/embymetarefresh/__init__.py +++ b/plugins/embymetarefresh/__init__.py @@ -31,7 +31,7 @@ class EmbyMetaRefresh(_PluginBase): # 插件名称 plugin_name = "Emby元数据刷新" # 插件描述 - plugin_desc = "定时刷新Emby媒体库元数据。" + plugin_desc = "定时刷新Emby媒体库元数据,演职人员中文。" # 插件图标 plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png" # 插件版本