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:
parent
00d0221fd5
commit
78edc7554e
@ -117,7 +117,6 @@ namespace osu.Game.Beatmaps
|
||||
[JsonIgnore]
|
||||
public DateTimeOffset? LastUpdated => OnlineInfo.LastUpdated;
|
||||
|
||||
[NotMapped]
|
||||
[JsonIgnore]
|
||||
public BeatmapSetOnlineStatus Status { get; set; } = BeatmapSetOnlineStatus.None;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user