fix: reworked retry system
This commit is contained in:
parent
d128ca4214
commit
a2bbc850a7
17 changed files with 273 additions and 121 deletions
|
|
@ -118,6 +118,10 @@ impl MapResponse<MusicCharts> for response::MusicCharts {
|
|||
response::music_charts::ItemSection::None => {}
|
||||
});
|
||||
|
||||
mapper_top.check_unknown()?;
|
||||
mapper_trending.check_unknown()?;
|
||||
mapper_other.check_unknown()?;
|
||||
|
||||
let mapped_top = mapper_top.conv_items::<TrackItem>();
|
||||
let mut mapped_trending = mapper_trending.conv_items::<TrackItem>();
|
||||
let mut mapped_other = mapper_other.group_items();
|
||||
|
|
|
|||
Reference in a new issue