[CHANGE] Add account dialog
This commit is contained in:
15
Manager.YouTube/Models/Innertube/InnerTubeClient.cs
Normal file
15
Manager.YouTube/Models/Innertube/InnerTubeClient.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Manager.YouTube.Models.Innertube;
|
||||
|
||||
public class InnerTubeClient : AdditionalJsonData
|
||||
{
|
||||
[JsonPropertyName("hl")]
|
||||
public string? HLanguage { get; set; }
|
||||
[JsonPropertyName("gl")]
|
||||
public string? GLanguage { get; set; }
|
||||
[JsonPropertyName("remoteHost")]
|
||||
public string? RemoteHost { get; set; }
|
||||
[JsonPropertyName("rolloutToken")]
|
||||
public string? RolloutToken { get; set; }
|
||||
}
|
Reference in New Issue
Block a user