add ConnectUser property

pull/702/head
Luke Pulverenti 9 years ago
parent 18a6cd629c
commit ecbdb2d863

@ -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…
Cancel
Save