Fix StoredBookmarks not being serialized

This commit is contained in:
Dean Herbert 2017-08-07 09:45:44 +09:00
parent 6f93aa6131
commit de3b65e1fa
1 changed files with 1 additions and 1 deletions

View File

@ -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]