fix 修复非媒体文件转移bug

This commit is contained in:
thsrite
2024-06-25 12:17:51 +08:00
parent bc07b01822
commit eea10d712c
3 changed files with 3 additions and 2 deletions

View File

@@ -42,6 +42,6 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- 目录监控(统一入库消息增强版) v1.0
- Sql执行器 v1.2
- 命令执行器 v1.2
- 云盘助手(docs%2FCloudAssistant.md) v1.8
- 云盘助手(docs%2FCloudAssistant.md) v1.9
- CloudDrive2助手 v1.2
- 软连接重定向 v1.0

View File

@@ -526,6 +526,7 @@
"author": "thsrite",
"level": 3,
"history": {
"v1.9": "修复非媒体文件转移bug",
"v1.8": "支持可选开启实时监控",
"v1.7": "转移完成发送消息通知(插件类型消息)",
"v1.6": "修复部分配置未生效bug",

View File

@@ -64,7 +64,7 @@ class CloudAssistant(_PluginBase):
# 插件图标
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudassistant.png"
# 插件版本
plugin_version = "1.8"
plugin_version = "1.9"
# 插件作者
plugin_author = "thsrite"
# 作者主页