Serialize star difficulty for now

This commit is contained in:
smoogipoo 2017-12-21 14:44:51 +09:00
parent e8e5e8270b
commit 22f8853f49
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ public string StoredBookmarks
[JsonProperty("difficulty_rating")]
public double StarDifficulty { get; set; }
public bool ShouldSerializeStarDifficulty() => false;
public override string ToString() => $"{Metadata} [{Version}]";