1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 00:23:01 +08:00

Fix BeatmapSetInfo's Status value being marked as non-databased

This commit is contained in:
Dean Herbert 2021-10-25 12:05:34 +09:00
parent 00d0221fd5
commit 78edc7554e

View File

@ -117,7 +117,6 @@ namespace osu.Game.Beatmaps
[JsonIgnore]
public DateTimeOffset? LastUpdated => OnlineInfo.LastUpdated;
[NotMapped]
[JsonIgnore]
public BeatmapSetOnlineStatus Status { get; set; } = BeatmapSetOnlineStatus.None;