fix: parsing music playlist video count
This commit is contained in:
parent
e96d494505
commit
0677fd487e
3 changed files with 16 additions and 9 deletions
|
|
@ -58,6 +58,8 @@ pub(crate) struct HeaderRenderer {
|
|||
/// Missing on artist_tracks view.
|
||||
///
|
||||
/// `"64 songs", " • ", "3 hours, 40 minutes"`
|
||||
///
|
||||
/// `"1B views", " • ", "200 songs", " • ", "6+ hours"`
|
||||
#[serde(default)]
|
||||
#[serde_as(as = "Text")]
|
||||
pub second_subtitle: Vec<String>,
|
||||
|
|
|
|||
Reference in a new issue