1
0
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:
Dean Herbert
2021-10-03 00:55:29 +09:00
Unverified
parent 973c31132b
commit ec61c3c5ee
58 changed files with 342 additions and 341 deletions
@@ -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;