mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-04 23:16:50 +00:00
fix 修复订阅已存在包含关键词和订阅站点
This commit is contained in:
@@ -33,5 +33,5 @@ MoviePilot三方插件市场:https://github.com/thsrite/MoviePilot-Plugins/
|
||||
- docker自定义任务 1.2
|
||||
- 插件彻底卸载 1.0
|
||||
- 实时软连接 1.3
|
||||
- 订阅制作组填充 1.1
|
||||
- 订阅制作组填充 1.2
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ class SubscribeGroup(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "teamwork.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.1"
|
||||
plugin_version = "1.2"
|
||||
# 插件作者
|
||||
plugin_author = "thsrite"
|
||||
# 作者主页
|
||||
|
||||
Reference in New Issue
Block a user