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 870ff79ee0
commit ac8fbc3e67
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
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()
}),
}))
}