mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
Update cleaninvalidseed to v1.2
This commit is contained in:
@@ -702,11 +702,12 @@
|
|||||||
"name": "清理QB无效做种",
|
"name": "清理QB无效做种",
|
||||||
"description": "清理已经被站点删除的种子及对应源文件,仅支持QB",
|
"description": "清理已经被站点删除的种子及对应源文件,仅支持QB",
|
||||||
"labels": "Qbittorrent",
|
"labels": "Qbittorrent",
|
||||||
"version": "1.1",
|
"version": "1.2",
|
||||||
"icon": "clean_a.png",
|
"icon": "clean_a.png",
|
||||||
"author": "DzAvril",
|
"author": "DzAvril",
|
||||||
"level": 1,
|
"level": 1,
|
||||||
"history": {
|
"history": {
|
||||||
|
"v1.2": "修复配置页空白的问题",
|
||||||
"v1.1": "更新使用说明,以防使用不当误删文件",
|
"v1.1": "更新使用说明,以防使用不当误删文件",
|
||||||
"v1.0": "定时清理已经被站点删除的种子及对应源文件"
|
"v1.0": "定时清理已经被站点删除的种子及对应源文件"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class CleanInvalidSeed(_PluginBase):
|
|||||||
# 插件图标
|
# 插件图标
|
||||||
plugin_icon = "clean_a.png"
|
plugin_icon = "clean_a.png"
|
||||||
# 插件版本
|
# 插件版本
|
||||||
plugin_version = "1.1"
|
plugin_version = "1.2"
|
||||||
# 插件作者
|
# 插件作者
|
||||||
plugin_author = "DzAvril"
|
plugin_author = "DzAvril"
|
||||||
# 作者主页
|
# 作者主页
|
||||||
@@ -40,6 +40,10 @@ class CleanInvalidSeed(_PluginBase):
|
|||||||
auth_level = 1
|
auth_level = 1
|
||||||
|
|
||||||
# 私有属性
|
# 私有属性
|
||||||
|
_enabled = False
|
||||||
|
_cron = None
|
||||||
|
_notify = False
|
||||||
|
_onlyonce = False
|
||||||
_qb = None
|
_qb = None
|
||||||
_detect_invalid_files = False
|
_detect_invalid_files = False
|
||||||
_delete_invalid_files = False
|
_delete_invalid_files = False
|
||||||
|
|||||||
Reference in New Issue
Block a user