first successful download
This commit is contained in:
parent
a6041a013b
commit
beb1177a11
16 changed files with 4076 additions and 121 deletions
|
|
@ -235,5 +235,5 @@ pub struct PlayerMicroformatRenderer {
|
|||
pub category: String,
|
||||
pub publish_date: NaiveDate,
|
||||
// Only on YT Music
|
||||
pub tags: Option<Vec<String>>
|
||||
pub tags: Option<Vec<String>>,
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue