Added sports livestreams
This commit is contained in:
@@ -93,4 +93,10 @@ public class Chapter
|
||||
/// </summary>
|
||||
[JsonPropertyName("mediaType")]
|
||||
public string? MediaType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the type (e.g., SCHEDULED_LIVESTREAM).
|
||||
/// </summary>
|
||||
[JsonPropertyName("type")]
|
||||
public string? Type { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user