diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-01-20 13:40:51 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-01-20 13:40:51 -0500 |
| commit | f58503b28c2df00de7c3b00d0d80d01f13fa78f9 (patch) | |
| tree | fef61add4b915adebb8aa1c3793289b69121f9f7 /MediaBrowser.Controller | |
| parent | 236b5caee2797d4a8af857cea2f3859bc94d3948 (diff) | |
| parent | 17680d59b6e2de318ab5e540e39f8c0c776114c0 (diff) | |
Merge pull request #1412 from MediaBrowser/beta
merge from beta
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs b/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs index 3234b0350..273dfd43c 100644 --- a/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs +++ b/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs @@ -28,6 +28,12 @@ namespace MediaBrowser.Controller.Security public bool? IsActive { get; set; } /// <summary> + /// Gets or sets a value indicating whether this instance has user. + /// </summary> + /// <value><c>null</c> if [has user] contains no value, <c>true</c> if [has user]; otherwise, <c>false</c>.</value> + public bool? HasUser { get; set; } + + /// <summary> /// Gets or sets the start index. /// </summary> /// <value>The start index.</value> |
