feat(MediaServerMsg): v1.5

This commit is contained in:
InfinityPacer
2024-11-25 19:59:50 +08:00
parent 02250dbaa1
commit a53385a9da
2 changed files with 3 additions and 2 deletions

View File

@@ -69,11 +69,12 @@
"name": "媒体库服务器通知",
"description": "发送Emby/Jellyfin/Plex服务器的播放、入库等通知消息。",
"labels": "消息通知,媒体库",
"version": "1.4",
"version": "1.5",
"icon": "mediaplay.png",
"author": "jxxghp",
"level": 1,
"history": {
"v1.5": "支持独立控制媒体服务器通知",
"v1.4": "MoviePilot V2 版本媒体库服务器通知插件"
}
},

View File

@@ -18,7 +18,7 @@ class MediaServerMsg(_PluginBase):
# 插件图标
plugin_icon = "mediaplay.png"
# 插件版本
plugin_version = "1.4"
plugin_version = "1.5"
# 插件作者
plugin_author = "jxxghp"
# 作者主页