Serialise and send ruleset ID as part of score submission

This commit is contained in:
Dean Herbert 2021-06-29 01:55:09 +09:00
parent 66b6b014a9
commit e4ca6a4266
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class ScoreInfo : IHasFiles<ScoreFileInfo>, IHasPrimaryKey, ISoftDelete,
[JsonIgnore]
public int Combo { get; set; } // Todo: Shouldn't exist in here
[JsonIgnore]
[JsonProperty("ruleset_id")]
public int RulesetID { get; set; }
[JsonProperty("passed")]