fix 修复订阅已存在包含关键词和订阅站点

This commit is contained in:
thsrite
2024-04-22 21:46:12 +08:00
parent 7dbc275695
commit c04e67a7e9
3 changed files with 4 additions and 3 deletions

View File

@@ -33,5 +33,5 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- docker自定义任务 1.2
- 插件彻底卸载 1.0
- 实时软连接 1.3
- 订阅制作组填充 1.1
- 订阅制作组填充 1.2

View File

@@ -321,11 +321,12 @@
"SubscribeGroup": {
"name": "订阅制作组填充",
"description": "订阅首次下载自动添加官组和站点到订阅信息,以保证订阅资源的统一性。",
"version": "1.1",
"version": "1.2",
"icon": "teamwork.png",
"author": "thsrite",
"level": 2,
"history": {
"v1.2": "修复订阅已存在包含关键词和订阅站点",
"v1.1": "fix bug",
"v1.0": "init"
}

View File

@@ -17,7 +17,7 @@ class SubscribeGroup(_PluginBase):
# 插件图标
plugin_icon = "teamwork.png"
# 插件版本
plugin_version = "1.1"
plugin_version = "1.2"
# 插件作者
plugin_author = "thsrite"
# 作者主页