fix b7d2168f

This commit is contained in:
thsrite 2023-09-04 20:20:42 +08:00
parent 712af24a72
commit 4c16cd7bfb

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,