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

@@ -11,6 +11,7 @@ namespace MediaBrowser.Controller.Connect
public string Id { get; set; }
public string Name { get; set; }
public string Email { get; set; }
public bool IsActive { get; set; }
}
public class ConnectUserQuery