fix: parsing artist page albums without year

This commit is contained in:
ThetaDev 2022-12-28 12:08:04 +01:00
parent 1b94dc1f40
commit 3970a4b9d9

View file

@ -802,6 +802,8 @@ impl MusicListMapper {
map_album_type(atype_txt.first_str(), self.lang);
map_artists(Some(p2))
}
// Album on artist page with unknown year
(None, None, Some(artists), true) => artists.clone(),
_ => {
return Err(format!(
"could not parse subtitle of album {}",