simkl only likes snake_case

This commit is contained in:
crobibero
2020-09-08 16:35:21 -06:00
parent f823281059
commit 1458fd7534
18 changed files with 93 additions and 151 deletions
@@ -8,16 +8,11 @@
/// <summary>
/// Gets or sets user.
/// </summary>
public User User { get; set; }
/// <summary>
/// Gets or sets account.
/// </summary>
public Account Account { get; set; }
public User user { get; set; }
/// <summary>
/// Gets or sets error.
/// </summary>
public string Error { get; set; }
public string error { get; set; }
}
}