fix 使用浅拷贝替代深拷贝以减少内存使用

This commit is contained in:
thsrite
2025-08-23 14:34:06 +08:00
parent e17684e83b
commit fd10bd2770
2 changed files with 3 additions and 2 deletions

View File

@@ -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": "优化多季剧集封面刷新逻辑",

View File

@@ -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"
# 作者主页