Skip to content

Commit

Permalink
Merge pull request #435 from thsrite/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Sep 4, 2023
2 parents 712af24 + 4c16cd7 commit 87ece98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chain/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def download_single(self, context: Context, torrent_file: Path = None,
download_path = download_dir / _file_list[0] if _file_list else download_dir
# 登记下载记录
self.downloadhis.add(
path=download_path,
path=str(download_path),
type=_media.type.value,
title=_media.title,
year=_media.year,
Expand Down

0 comments on commit 87ece98

Please sign in to comment.