diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-14 13:25:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-14 13:25:46 -0400 |
| commit | 14bb0aa30c4f13e4093b5a80fcb964c0402feda0 (patch) | |
| tree | 9a0bb000c9925a7b790744c904d2c2fc61738ca9 /MediaBrowser.Controller | |
| parent | b12215b3f94dd7f7d5cff6a703b037e215090a98 (diff) | |
check if connect user is active
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Connect/ConnectUser.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Connect/ConnectUser.cs b/MediaBrowser.Controller/Connect/ConnectUser.cs index c640f9095..2cd14ec7c 100644 --- a/MediaBrowser.Controller/Connect/ConnectUser.cs +++ b/MediaBrowser.Controller/Connect/ConnectUser.cs @@ -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 |
