mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
APIBeatmapSet.Covers
is never null
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user