This commit is contained in:
thsrite
2025-03-04 11:10:25 +08:00
parent f4fbb7edb2
commit a98b90e007
2 changed files with 4 additions and 3 deletions

View File

@@ -406,11 +406,12 @@
"name": "目录实时监控",
"description": "监控云盘目录文件变化,自动转移媒体文件。",
"labels": "云盘,工具",
"version": "2.5.7",
"version": "2.5.8",
"icon": "Linkease_A.png",
"author": "thsrite",
"level": 1,
"history": {
"v2.5.8": "fix bug",
"v2.5.7": "修复获取目录设置配置",
"v2.5.6": "修复软连接",
"v2.5.5": "修复目录设置未配置媒体库目录的场景",

View File

@@ -63,7 +63,7 @@ class CloudLinkMonitor(_PluginBase):
# 插件图标
plugin_icon = "Linkease_A.png"
# 插件版本
plugin_version = "2.5.7"
plugin_version = "2.5.8"
# 插件作者
plugin_author = "thsrite"
# 作者主页
@@ -92,7 +92,7 @@ class CloudLinkMonitor(_PluginBase):
_refresh = False
_softlink = False
_strm = False
# _cron = None
_cron = None
filetransfer = None
mediaChain = None
_size = 0