mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 22:21:00 +08:00
Rename all remaining cases
This commit is contained in:
@@ -116,7 +116,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
|
||||
beatmapSet.Beatmaps = beatmaps?.Select(b =>
|
||||
{
|
||||
var beatmap = b.ToBeatmap(rulesets);
|
||||
var beatmap = b.ToBeatmapInfo(rulesets);
|
||||
beatmap.BeatmapSet = beatmapSet;
|
||||
beatmap.Metadata = beatmapSet.Metadata;
|
||||
return beatmap;
|
||||
|
||||
Reference in New Issue
Block a user