mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 16:22:54 +08:00
Fix incorrect json mapping for preview urls
This commit is contained in:
parent
6933a41b75
commit
a30cf27506
@ -15,7 +15,7 @@ namespace osu.Game.Online.API.Requests
|
||||
[JsonProperty(@"covers")]
|
||||
private BeatmapSetOnlineCovers covers { get; set; }
|
||||
|
||||
[JsonProperty(@"previewUrl")]
|
||||
[JsonProperty(@"preview_url")]
|
||||
private string preview { get; set; }
|
||||
|
||||
[JsonProperty(@"play_count")]
|
||||
|
Loading…
Reference in New Issue
Block a user