mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-05 07:27:42 +08:00
fix: 修复UserVideoInfo潜在的json解析错误问题
This commit is contained in:
@@ -64,7 +64,7 @@ pub struct MetaInUserVideo {
|
||||
pub attribute: i64,
|
||||
pub stat: StatInUserVideo,
|
||||
pub ep_count: i64,
|
||||
pub first_aid: i64,
|
||||
pub first_aid: Option<i64>,
|
||||
pub ptime: i64,
|
||||
pub ep_num: i64,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user