Skip to content

Commit

Permalink
fix: 修复字段取值错误
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Dec 1, 2023
1 parent 616d57c commit b01e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b01e8e9

Please sign in to comment.