fix transfer

This commit is contained in:
jxxghp
2024-06-30 13:25:29 +08:00
parent 02030a8e2d
commit a62ca9a226
12 changed files with 530 additions and 309 deletions
+1 -3
View File
@@ -42,12 +42,10 @@ class TransferInfo(BaseModel):
"""
# 是否成功标志
success: bool = True
# 转移⼁路径
# 整理⼁路径
path: Optional[Path] = None
# 转移后路径
target_path: Optional[Path] = None
# 是否蓝光原盘
is_bluray: Optional[bool] = False
# 处理文件数
file_count: Optional[int] = 0
# 处理文件清单