APIBeatmapSet.Covers is never null

This commit is contained in:
Dean Herbert
2021-10-21 19:34:01 +09:00
parent 0fe0b5dc09
commit c580ec865f
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Online.API.Requests.Responses
public class APIBeatmapSet : BeatmapMetadata, IBeatmapSetOnlineInfo, IBeatmapSetInfo
{
[JsonProperty(@"covers")]
public BeatmapSetOnlineCovers? Covers { get; set; }
public BeatmapSetOnlineCovers Covers { get; set; }
[JsonProperty(@"id")]
public int OnlineID { get; set; }