add ConnectUser property
This commit is contained in:
parent
ba4ca10ae2
commit
9fc0db643f
|
@ -8,5 +8,6 @@ namespace MediaBrowser.Model.Connect
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public bool IsActive { get; set; }
|
public bool IsActive { get; set; }
|
||||||
public string ImageUrl { get; set; }
|
public string ImageUrl { get; set; }
|
||||||
|
public bool IsSupporter { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user