This commit is contained in:
thsrite
2024-04-28 16:31:47 +08:00
parent 79c34f3231
commit a45ac37ee3
4 changed files with 5 additions and 5 deletions

View File

@@ -34,4 +34,4 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- 插件彻底卸载 1.0
- 实时软连接 1.3
- 订阅规则自动填充 2.5
- Emby媒体库元数据刷新 1.0
- Emby元数据刷新 1.0

BIN
icons/emby-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -350,10 +350,10 @@
}
},
"EmbyMetaRefresh": {
"name": "Emby媒体库元数据刷新",
"name": "Emby元数据刷新",
"description": "定时刷新Emby媒体库元数据。",
"version": "1.0",
"icon": "Emby_A.png",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png",
"author": "thsrite",
"level": 1,
"history": {

View File

@@ -14,11 +14,11 @@ from app.utils.http import RequestUtils
class EmbyMetaRefresh(_PluginBase):
# 插件名称
plugin_name = "Emby媒体库元数据刷新"
plugin_name = "Emby元数据刷新"
# 插件描述
plugin_desc = "定时刷新Emby媒体库元数据。"
# 插件图标
plugin_icon = "Emby_A.png"
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png"
# 插件版本
plugin_version = "1.0"
# 插件作者