[CHANGE] Fixed auditing, storing images from account import
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user