This commit is contained in:
jxxghp
2023-06-13 07:14:29 +08:00
parent 5a4c6c8a74
commit 99440d18d2
6 changed files with 44 additions and 63 deletions

View File

@ -33,7 +33,7 @@ class FileTransferModule(_ModuleBase):
文件转移
:param path: 文件路径
:param mediainfo: 识别的媒体信息
:return: 转移后的目录或None代表失败
:return: {path, target_path, message}
"""
if not settings.LIBRARY_PATH:
logger.error("未设置媒体库目录,无法转移文件")