Update follower count API source

This commit is contained in:
Dean Herbert
2019-07-18 14:05:57 +09:00
parent e57097020a
commit f175f597e7
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ namespace osu.Game.Users
public int PostCount;
[JsonProperty(@"follower_count")]
public int[] FollowerCount;
public int FollowerCount;
[JsonProperty]
private string[] playstyle