[CHANGE] Working on auth hash

This commit is contained in:
max
2025-09-04 20:32:39 +02:00
parent 431a103fac
commit 92e5bb7f1f
6 changed files with 90 additions and 28 deletions

View File

@@ -0,0 +1,9 @@
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; }
}