[CHANGE] Fixed auditing, storing images from account import
This commit is contained in:
parent
e82736a45f
commit
0056a14f79
16 changed files with 201 additions and 47 deletions
|
|
@ -2,6 +2,7 @@ namespace Manager.YouTube.Models.Innertube;
|
|||
|
||||
public class Channel
|
||||
{
|
||||
public required string Id { get; set; }
|
||||
public bool NoIndex { get; set; }
|
||||
public bool Unlisted { get; set; }
|
||||
public bool FamilySafe { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue