fix: 修复字段取值错误

This commit is contained in:
amtoaer
2023-12-02 00:30:56 +08:00
parent d21f14d851
commit f10fc9dd97

View File

@@ -177,7 +177,7 @@ async def process_video(fav_item: FavoriteItem) -> None:
await amakedirs(fav_item.upper.thumb_path.parent, exist_ok=True)
await fav_item.upper.save_metadata()
await download_content(
fav_item.upper.thumb_url, fav_item.upper.thumb_path
fav_item.upper.thumb, fav_item.upper.thumb_path
)
# 写入 nfo
await EpisodeInfo(