mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-20 07:16:45 +00:00
fix alert
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
},
|
||||
"MetaRefresh": {
|
||||
"name": "媒体库元数据刷新",
|
||||
"description": "定时刷新媒体库元数据,获取TMDB最新元数据信息。",
|
||||
"description": "定时刷新媒体库元数据。",
|
||||
"version": "1.0",
|
||||
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/media.png",
|
||||
"author": "thsrite",
|
||||
|
||||
@@ -18,7 +18,7 @@ class MetaRefresh(_PluginBase):
|
||||
# 插件名称
|
||||
plugin_name = "媒体库元数据刷新"
|
||||
# 插件描述
|
||||
plugin_desc = "定时刷新媒体库元数据,获取TMDB最新元数据信息。"
|
||||
plugin_desc = "定时刷新媒体库元数据。"
|
||||
# 插件图标
|
||||
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/media.png"
|
||||
# 插件版本
|
||||
@@ -270,6 +270,27 @@ class MetaRefresh(_PluginBase):
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
'component': 'VRow',
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VAlert',
|
||||
'props': {
|
||||
'type': 'info',
|
||||
'variant': 'tonal',
|
||||
'text': '查询入库记录,周期请求媒体服务器元数据刷新接口。注:Jellyfin会刷新根目录。'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
}
|
||||
], {
|
||||
|
||||
Reference in New Issue
Block a user