mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-10 17:42:55 +08:00
fix: 修复字段取值错误
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user