mirror of
https://github.com/ppy/osu.git
synced 2025-02-10 12:22:54 +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]
|
[JsonIgnore]
|
||||||
public DateTimeOffset? LastUpdated => OnlineInfo.LastUpdated;
|
public DateTimeOffset? LastUpdated => OnlineInfo.LastUpdated;
|
||||||
|
|
||||||
[NotMapped]
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public BeatmapSetOnlineStatus Status { get; set; } = BeatmapSetOnlineStatus.None;
|
public BeatmapSetOnlineStatus Status { get; set; } = BeatmapSetOnlineStatus.None;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user