mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix StoredBookmarks not being serialized
This commit is contained in:
@ -69,7 +69,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
// 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]
|
||||
|
Reference in New Issue
Block a user