Add ability to view converted beatmaps on beatmap set overlay

This commit is contained in:
Joseph Madamba
2023-01-13 16:08:34 -08:00
parent efe6dae672
commit e7ab543799
5 changed files with 15 additions and 3 deletions

View File

@ -125,6 +125,9 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"beatmaps")]
public APIBeatmap[] Beatmaps { get; set; } = Array.Empty<APIBeatmap>();
[JsonProperty(@"converts")]
public APIBeatmap[] Converts { get; set; } = Array.Empty<APIBeatmap>();
private BeatmapMetadata metadata => new BeatmapMetadata
{
Title = Title,