1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Merge pull request #15282 from peppy/fix-status-not-mapped

Fix `BeatmapSetInfo`'s `Status` value being marked as non-databased
This commit is contained in:
Dean Herbert 2021-10-25 14:35:41 +09:00 committed by GitHub
commit 37ec4db017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;