fix: parsing music playlist video count

This commit is contained in:
ThetaDev 2023-05-06 01:58:04 +02:00
parent e96d494505
commit 0677fd487e
3 changed files with 16 additions and 9 deletions

View file

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