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
+2 -2
View File
@@ -8,11 +8,11 @@
/// <summary>
/// Gets or sets the season number.
/// </summary>
public int? Number { get; set; }
public int? number { get; set; }
/// <summary>
/// Gets or sets the episodes.
/// </summary>
public ShowEpisode[] Episodes { get; set; }
public ShowEpisode[] episodes { get; set; }
}
}