Merge branch 'master' of https://github.com/ppy/osu into present-recommended

This commit is contained in:
Endrik Tombak
2020-12-03 19:38:32 +02:00
223 changed files with 3634 additions and 1603 deletions

View File

@ -75,6 +75,7 @@ namespace osu.Game.Online.API.Requests.Responses
StarDifficulty = starDifficulty,
OnlineBeatmapID = OnlineBeatmapID,
Version = version,
// this is actually an incorrect mapping (Length is calculated as drain length in lazer's import process, see BeatmapManager.calculateLength).
Length = TimeSpan.FromSeconds(length).TotalMilliseconds,
Status = Status,
BeatmapSet = set,