mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-15 07:26:43 +00:00
fix alert
This commit is contained in:
@@ -518,6 +518,27 @@ class LibraryDuplicateCheck(_PluginBase):
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'component': 'VRow',
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VAlert',
|
||||
'props': {
|
||||
'type': 'info',
|
||||
'variant': 'tonal',
|
||||
'text': '检查路径配置#媒体库名称时会通知Emby刷新媒体库。'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user