From be323d3da10cc499cf96716e91762ef1bf4651d8 Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Sun, 24 Nov 2024 10:22:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=87=8F=E5=B0=91=E5=85=A5=E5=8F=82?= =?UTF-8?q?=E6=89=A9=E5=A4=A7=E9=80=82=E7=94=A8=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/transfer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/chain/transfer.py b/app/chain/transfer.py index 110f8513..0f54d3f8 100644 --- a/app/chain/transfer.py +++ b/app/chain/transfer.py @@ -402,7 +402,6 @@ class TransferChain(ChainBase): elif target_path: # 指定目标路径,`手动整理`场景下使用,忽略源目录匹配,使用指定目录匹配 target_directory = self.directoryhelper.get_dir(media=file_mediainfo, - storage=target_storage, dest_path=target_path, target_storage=target_storage) else: