From 3970a4b9d98cac576e243ba9dad58a765dc6de32 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Wed, 28 Dec 2022 12:08:04 +0100 Subject: [PATCH] fix: parsing artist page albums without year --- src/client/response/music_item.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/response/music_item.rs b/src/client/response/music_item.rs index b9e2bee..c677490 100644 --- a/src/client/response/music_item.rs +++ b/src/client/response/music_item.rs @@ -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 {}",