mirror of https://github.com/ppy/osu
Fix json decoding being a bit too eager to consume
This commit is contained in:
parent
4fa9abeece
commit
87dc6499fa
|
@ -129,6 +129,7 @@ public string StoredBookmarks
|
|||
/// </summary>
|
||||
public List<ScoreInfo> Scores { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public DifficultyRating DifficultyRating
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Reference in New Issue