fix 媒体库服务器通知1.1增加登录成功/失败消息类型

This commit is contained in:
thsrite
2023-11-21 18:23:13 +08:00
parent edb7a014c4
commit 36708b3e31
2 changed files with 4 additions and 2 deletions

View File

@@ -137,7 +137,7 @@
"MediaServerMsg": {
"name": "媒体库服务器通知",
"description": "发送Emby/Jellyfin/Plex服务器的播放、入库等通知消息。",
"version": "1.0",
"version": "1.1",
"icon": "mediaplay.png",
"color": "#42A3DB",
"author": "jxxghp",

View File

@@ -19,7 +19,7 @@ class MediaServerMsg(_PluginBase):
# 主题色
plugin_color = "#42A3DB"
# 插件版本
plugin_version = "1.0"
plugin_version = "1.1"
# 插件作者
plugin_author = "jxxghp"
# 作者主页
@@ -80,6 +80,8 @@ class MediaServerMsg(_PluginBase):
{"title": "停止播放", "value": "playback.stop|media.stop|PlaybackStop"},
{"title": "用户标记", "value": "item.rate"},
{"title": "测试", "value": "system.webhooktest"},
{"title": "登录成功", "value": "user.authenticated"},
{"title": "登录失败", "value": "user.authenticationfailed"},
]
return [
{