test YT Music client

This commit is contained in:
ThetaDev 2022-08-02 21:26:40 +02:00
parent 26da4fad2c
commit 0b10e67ff5
6 changed files with 2400 additions and 18 deletions

View file

@ -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>,