From a700958edb697a629c0bce9416a682525dc83375 Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Sun, 24 Nov 2024 08:54:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=A5=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/transfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chain/transfer.py b/app/chain/transfer.py index fbf018b3..110f8513 100644 --- a/app/chain/transfer.py +++ b/app/chain/transfer.py @@ -403,7 +403,7 @@ class TransferChain(ChainBase): # 指定目标路径,`手动整理`场景下使用,忽略源目录匹配,使用指定目录匹配 target_directory = self.directoryhelper.get_dir(media=file_mediainfo, storage=target_storage, - target_path=target_path, + dest_path=target_path, target_storage=target_storage) else: # 未指定目标路径,根据媒体信息获取目标目录