fix ChineseSubFinder

This commit is contained in:
jxxghp
2023-08-03 16:28:39 +08:00
parent e09cc8127f
commit 80b5f64478
3 changed files with 155 additions and 52 deletions

View File

@ -39,8 +39,12 @@ class TransferInfo(BaseModel):
path: Optional[Path] = None
# 转移后路径
target_path: Optional[Path] = None
# 是否蓝光原盘
is_bluray: Optional[bool] = False
# 处理文件数
file_count: Optional[int] = 0
# 处理文件清单
file_list: Optional[list] = []
# 总文件大小
total_size: Optional[float] = 0
# 失败清单