mirror of https://github.com/ppy/osu
Fix StoredBookmarks not being serialized
This commit is contained in:
parent
6f93aa6131
commit
de3b65e1fa
|
@ -69,7 +69,7 @@ public class BeatmapInfo : IEquatable<BeatmapInfo>, IJsonSerializable
|
|||
|
||||
// Editor
|
||||
// This bookmarks stuff is necessary because DB doesn't know how to store int[]
|
||||
public string StoredBookmarks { get; internal set; }
|
||||
public string StoredBookmarks { get; set; }
|
||||
|
||||
[Ignore]
|
||||
[JsonIgnore]
|
||||
|
|
Loading…
Reference in New Issue