[CHANGE] Finished impl required data for client
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Manager.YouTube.Models;
|
||||
public class ClientExternalData
|
||||
{
|
||||
public ClientState? State { get; set; }
|
||||
public ClientInformation Information { get; set; } = new();
|
||||
public Channel? Channel { get; set; }
|
||||
public List<string> DatasyncIds { get; set; } = [];
|
||||
|
||||
public string GetDatasyncId()
|
||||
|
Reference in New Issue
Block a user