This commit is contained in:
jxxghp
2023-08-31 12:45:33 +08:00
parent 95df1c4c1c
commit 344742871c

View File

@ -181,7 +181,7 @@ class DownloadChain(ChainBase):
{
"download_hash": _hash,
"downloader": settings.DOWNLOADER,
"fullpath": download_dir / _folder_name / file,
"fullpath": str(download_dir / _folder_name / file),
"savepath": str(download_dir / _folder_name),
"filepath": file,
"torrentname": _meta.org_string,