This commit is contained in:
jxxghp
2025-05-02 22:57:29 +08:00
parent ed16ee14ea
commit 491009636a
2 changed files with 2 additions and 3 deletions

View File

@@ -701,6 +701,8 @@ class TransferChain(ChainBase, metaclass=Singleton):
storage=task.fileitem.storage,
src_path=Path(task.fileitem.path),
target_storage=task.target_storage)
if not task.target_storage and task.target_directory:
task.target_storage = task.target_directory.library_storage
# 正在处理
self.jobview.running_task(task)