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,7 +8,7 @@
/// <summary>
/// Gets or sets episode number.
/// </summary>
public int? Number { get; set; }
public int? number { get; set; }
// TODO: watched_at
}
}