mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-04 23:18:02 +08:00
fix: 修复字段取值错误
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ async def process_video(fav_item: FavoriteItem) -> None:
|
|||||||
await amakedirs(fav_item.upper.thumb_path.parent, exist_ok=True)
|
await amakedirs(fav_item.upper.thumb_path.parent, exist_ok=True)
|
||||||
await fav_item.upper.save_metadata()
|
await fav_item.upper.save_metadata()
|
||||||
await download_content(
|
await download_content(
|
||||||
fav_item.upper.thumb_url, fav_item.upper.thumb_path
|
fav_item.upper.thumb, fav_item.upper.thumb_path
|
||||||
)
|
)
|
||||||
# 写入 nfo
|
# 写入 nfo
|
||||||
await EpisodeInfo(
|
await EpisodeInfo(
|
||||||
|
|||||||
Reference in New Issue
Block a user