Fix incorrect json mapping for preview urls

This commit is contained in:
Dean Herbert 2017-11-15 13:15:20 +09:00
parent 6933a41b75
commit a30cf27506
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class GetBeatmapSetsResponse : BeatmapMetadata // todo: this is a bit wro
[JsonProperty(@"covers")]
private BeatmapSetOnlineCovers covers { get; set; }
[JsonProperty(@"previewUrl")]
[JsonProperty(@"preview_url")]
private string preview { get; set; }
[JsonProperty(@"play_count")]