Apply fixes

This commit is contained in:
Dean Herbert
2019-11-25 11:30:55 +09:00
parent 66e2a259f0
commit 45514ff660
17 changed files with 42 additions and 31 deletions

View File

@ -150,7 +150,7 @@ namespace osu.Game.Online.API
private class DisplayableError
{
[JsonProperty("error")]
public string ErrorMessage;
public string ErrorMessage { get; set; }
}
}