mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 20:27:27 +09: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,
|
StarDifficulty = starDifficulty,
|
||||||
OnlineBeatmapID = OnlineBeatmapID,
|
OnlineBeatmapID = OnlineBeatmapID,
|
||||||
Version = version,
|
Version = version,
|
||||||
Length = TimeSpan.FromSeconds(length).Milliseconds,
|
Length = TimeSpan.FromSeconds(length).TotalMilliseconds,
|
||||||
Status = Status,
|
Status = Status,
|
||||||
BeatmapSet = set,
|
BeatmapSet = set,
|
||||||
Metrics = metrics,
|
Metrics = metrics,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user