Update beatmap search API to match latest osu-web structure

This commit is contained in:
Dean Herbert
2018-10-23 18:04:38 +09:00
parent 7ed6520052
commit 94093ac948
3 changed files with 24 additions and 4 deletions

View File

@ -288,7 +288,7 @@ namespace osu.Game.Overlays
{
Task.Run(() =>
{
var sets = response.Select(r => r.ToBeatmapSet(rulesets)).ToList();
var sets = response.BeatmapSets.Select(r => r.ToBeatmapSet(rulesets)).ToList();
// may not need scheduling; loads async internally.
Schedule(() =>