Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Sep 4, 2023
2 parents aca1673 + 87ece98 commit 4ee7daa
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 4ee7daa

Please sign in to comment.