Fix PP not display on profile overlay

This commit is contained in:
Dean Herbert 2019-01-04 16:33:35 +09:00
parent e596d4fc10
commit 4a7c6fb19d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class ScoreInfo : IHasFiles<ScoreFileInfo>, IHasPrimaryKey, ISoftDelete
[Column(TypeName="DECIMAL(1,4)")] [Column(TypeName="DECIMAL(1,4)")]
public double Accuracy { get; set; } public double Accuracy { get; set; }
[JsonIgnore] [JsonProperty(@"pp")]
public double? PP { get; set; } public double? PP { get; set; }
[JsonProperty("max_combo")] [JsonProperty("max_combo")]