mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +08:00
Fix beatmap details not working for unranked beatmaps
This commit is contained in:
parent
e37b931a55
commit
73851fb194
@ -49,7 +49,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
private DateTimeOffset submitted { get; set; }
|
||||
|
||||
[JsonProperty(@"ranked_date")]
|
||||
private DateTimeOffset ranked { get; set; }
|
||||
private DateTimeOffset? ranked { get; set; }
|
||||
|
||||
[JsonProperty(@"last_updated")]
|
||||
private DateTimeOffset lastUpdated { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user