diff --git a/package.v2.json b/package.v2.json index 2b325ea..cf15c5d 100644 --- a/package.v2.json +++ b/package.v2.json @@ -21,11 +21,12 @@ "name": "Emby元数据刷新", "description": "定时刷新Emby媒体库元数据,演职人员中文。", "labels": "Emby", - "version": "2.3.0", + "version": "2.3.1", "icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png", "author": "thsrite", "level": 1, "history": { + "v2.3.1": "doumao yyds", "v2.3.0": "优化内存占用", "v2.2.8": "修复按照历史记录刷新,auto默认为true", "v2.2.7": "优化多季剧集封面刷新逻辑", diff --git a/plugins.v2/embymetarefresh/__init__.py b/plugins.v2/embymetarefresh/__init__.py index be66531..6e86fb7 100644 --- a/plugins.v2/embymetarefresh/__init__.py +++ b/plugins.v2/embymetarefresh/__init__.py @@ -43,7 +43,7 @@ class EmbyMetaRefresh(_PluginBase): # 插件图标 plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png" # 插件版本 - plugin_version = "2.3.0" + plugin_version = "2.3.1" # 插件作者 plugin_author = "thsrite" # 作者主页