This commit is contained in:
DrabWeb
2017-07-11 01:03:38 -03:00
parent 69b290519f
commit fbe414d780
4 changed files with 26 additions and 10 deletions

View File

@ -194,7 +194,7 @@ namespace osu.Game.Overlays
getSetsRequest.Success += r =>
{
BeatmapSets = r?.Select(response => response.ToSetInfo(rulesets));
BeatmapSets = r?.Select(response => response.ToBeatmapSet(rulesets));
var artists = new List<string>();
var songs = new List<string>();