fix: parsing artist page albums without year
This commit is contained in:
parent
1b94dc1f40
commit
3970a4b9d9
1 changed files with 2 additions and 0 deletions
|
|
@ -802,6 +802,8 @@ impl MusicListMapper {
|
||||||
map_album_type(atype_txt.first_str(), self.lang);
|
map_album_type(atype_txt.first_str(), self.lang);
|
||||||
map_artists(Some(p2))
|
map_artists(Some(p2))
|
||||||
}
|
}
|
||||||
|
// Album on artist page with unknown year
|
||||||
|
(None, None, Some(artists), true) => artists.clone(),
|
||||||
_ => {
|
_ => {
|
||||||
return Err(format!(
|
return Err(format!(
|
||||||
"could not parse subtitle of album {}",
|
"could not parse subtitle of album {}",
|
||||||
|
|
|
||||||
Reference in a new issue