mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
Use the correct property to retrieve the milliseconds
This commit is contained in:
parent
e23d42522c
commit
b2f23a10c8
@ -72,7 +72,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
StarDifficulty = starDifficulty,
|
||||
OnlineBeatmapID = OnlineBeatmapID,
|
||||
Version = version,
|
||||
Length = TimeSpan.FromSeconds(length).Milliseconds,
|
||||
Length = TimeSpan.FromSeconds(length).TotalMilliseconds,
|
||||
Status = Status,
|
||||
BeatmapSet = set,
|
||||
Metrics = metrics,
|
||||
|
Loading…
Reference in New Issue
Block a user