From feeda4083342f436014ab0e3af25939062802a3f Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 22 Apr 2024 09:20:36 +0800 Subject: [PATCH] fix alert --- plugins/synologynotify/__init__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/plugins/synologynotify/__init__.py b/plugins/synologynotify/__init__.py index c4a4fd6..6ed1ad7 100644 --- a/plugins/synologynotify/__init__.py +++ b/plugins/synologynotify/__init__.py @@ -175,6 +175,27 @@ class SynologyNotify(_PluginBase): ] } ] + }, + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'type': 'info', + 'variant': 'tonal', + 'text': '如安装完插件后,群晖发送webhook提示404,重启MoviePilot即可。' + } + } + ] + } + ] } ] }