Skip to content

Commit 4ee7daa

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents aca1673 + 87ece98 commit 4ee7daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/chain/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def download_single(self, context: Context, torrent_file: Path = None,
166166
download_path = download_dir / _file_list[0] if _file_list else download_dir
167167
# 登记下载记录
168168
self.downloadhis.add(
169-
path=download_path,
169+
path=str(download_path),
170170
type=_media.type.value,
171171
title=_media.title,
172172
year=_media.year,

0 commit comments

Comments
 (0)