mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix 媒体库服务器通知1.1增加登录成功/失败消息类型
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"MediaServerMsg": {
|
||||
"name": "媒体库服务器通知",
|
||||
"description": "发送Emby/Jellyfin/Plex服务器的播放、入库等通知消息。",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"icon": "mediaplay.png",
|
||||
"color": "#42A3DB",
|
||||
"author": "jxxghp",
|
||||
|
||||
@@ -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 [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user