check if connect user is active

This commit is contained in:
Luke Pulverenti
2014-09-14 13:25:46 -04:00
parent b12215b3f9
commit 14bb0aa30c
3 changed files with 9 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ namespace MediaBrowser.Server.Implementations.Connect
public string Name { get; set; }
public string DisplayName { get; set; }
public string Email { get; set; }
public string IsActive { get; set; }
public bool IsActive { get; set; }
public string ImageUrl { get; set; }
}