fix: handling new podcast links
This commit is contained in:
parent
ba06e2c8c8
commit
452f765ffd
11 changed files with 147 additions and 116 deletions
|
|
@ -387,9 +387,6 @@ impl MapResponse<MusicRelated> for response::MusicRelated {
|
|||
_ => {}
|
||||
});
|
||||
|
||||
mapper.check_unknown()?;
|
||||
mapper_tracks.check_unknown()?;
|
||||
|
||||
let mapped_tracks = mapper_tracks.conv_items();
|
||||
let mut mapped = mapper.group_items();
|
||||
|
||||
|
|
|
|||
Reference in a new issue