From 643dadf0ef4e21864cd8f2f5228a5fa8b60e8778 Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 27 Jun 2024 11:45:40 +0800 Subject: [PATCH] fix alert --- plugins/libraryduplicatecheck/__init__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/plugins/libraryduplicatecheck/__init__.py b/plugins/libraryduplicatecheck/__init__.py index 7913761..cf28bb7 100644 --- a/plugins/libraryduplicatecheck/__init__.py +++ b/plugins/libraryduplicatecheck/__init__.py @@ -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刷新媒体库。' + } + } + ] + } + ] } ] }