feat:下载器支持多选

This commit is contained in:
jxxghp
2024-03-09 18:25:04 +08:00
parent 15bdb694cc
commit 8b4495c857
5 changed files with 36 additions and 4 deletions

View File

@ -292,7 +292,7 @@ class DownloadChain(ChainBase):
continue
files_to_add.append({
"download_hash": _hash,
"downloader": settings.DOWNLOADER,
"downloader": settings.DEFAULT_DOWNLOADER,
"fullpath": str(download_dir / _folder_name / file),
"savepath": str(download_dir / _folder_name),
"filepath": file,