mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-05-06 20:02:57 +08:00
fix: 修复充电试看视频的json解析错误问题
This commit is contained in:
@@ -82,7 +82,7 @@ pub struct SupportFormatInNormal {
|
||||
pub new_description: String,
|
||||
pub display_desc: String,
|
||||
pub superscript: String,
|
||||
pub codecs: Vec<String>,
|
||||
pub codecs: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize, Type)]
|
||||
|
||||
Reference in New Issue
Block a user