From b82f91c6d4a7306c6e407cdbf4675fcd33a61527 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sun, 23 Jun 2024 17:53:16 +0800 Subject: [PATCH] fix --- package.json | 14 ++++++++++++++ plugins/cloudassistant/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 48fbdce..3bafb58 100644 --- a/package.json +++ b/package.json @@ -515,5 +515,19 @@ "v1.1": "支持交互命令/cmd [sql]执行,需主程序1.9.4+", "v1.0": "自定义容器命令执行" } + }, + "CloudAssistant": { + "name": "云盘助手", + "description": "定时移动到云盘,软连接/strm回本地,定时清理无效软连接。", + "labels": "云盘", + "version": "1.2", + "icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudassistant.png", + "author": "thsrite", + "level": 2, + "history": { + "v1.2": "移除cd2上传", + "v1.1": "支持cd2上传、支持定时清理无效软连接、支持strm生成方式", + "v1.0": "定时移动到云盘,软连接回本地(清理无效软连接暂未开发)" + } } } diff --git a/plugins/cloudassistant/__init__.py b/plugins/cloudassistant/__init__.py index 4e4cd19..2a43608 100644 --- a/plugins/cloudassistant/__init__.py +++ b/plugins/cloudassistant/__init__.py @@ -71,7 +71,7 @@ class CloudAssistant(_PluginBase): # 加载顺序 plugin_order = 4 # 可使用的用户级别 - auth_level = 3 + auth_level = 2 # 私有属性 _scheduler = None