Merge remote-tracking branch 'origin/main'

This commit is contained in:
jxxghp 2023-09-04 20:40:28 +08:00
commit 4ee7daa673

View File

@ -166,7 +166,7 @@ class DownloadChain(ChainBase):
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,