mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix #226
This commit is contained in:
@@ -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": "修复目录设置未配置媒体库目录的场景",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user