mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix icon
This commit is contained in:
@@ -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
BIN
icons/emby-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user