test YT Music client
This commit is contained in:
parent
26da4fad2c
commit
0b10e67ff5
6 changed files with 2400 additions and 18 deletions
|
|
@ -17,7 +17,7 @@ pub struct PlayerData {
|
|||
pub struct VideoInfo {
|
||||
pub id: String,
|
||||
pub title: String,
|
||||
pub description: String,
|
||||
pub description: Option<String>,
|
||||
pub length: u32,
|
||||
pub thumbnails: Vec<Thumbnail>,
|
||||
|
||||
|
|
|
|||
Reference in a new issue