9 lines
272 B
C#
9 lines
272 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace Manager.YouTube.Models.Innertube;
|
|
|
|
public class WebPlayerContextConfig : AdditionalJsonData
|
|
{
|
|
[JsonPropertyName("WEB_PLAYER_CONTEXT_CONFIG_ID_KEVLAR_WATCH")]
|
|
public WebPlayerContext? WebPlayerContext { get; set; }
|
|
} |