fix: parsing lockup playlists with "MIX" instead of view count

This commit is contained in:
ThetaDev 2024-11-10 03:24:26 +01:00
parent 275a92df2d
commit 52e3485773
6 changed files with 19370 additions and 11 deletions

View file

@ -726,10 +726,7 @@ impl<T> YouTubeListMapper<T> {
.first()
})
.and_then(|badge| {
util::parse_numeric_or_warn(
&badge.thumbnail_badge_view_model.text,
&mut self.warnings,
)
util::parse_numeric(&badge.thumbnail_badge_view_model.text).ok()
}),
}))
}