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

@ -48,7 +48,7 @@ namespace osu.Game.Online.API.Requests
[JsonProperty(@"beatmaps")]
private IEnumerable<GetBeatmapSetsBeatmapResponse> beatmaps { get; set; }
public BeatmapSetInfo ToSetInfo(RulesetDatabase rulesets)
public BeatmapSetInfo ToBeatmapSet(RulesetDatabase rulesets)
{
return new BeatmapSetInfo
{