add back api keys

This commit is contained in:
Luke Pulverenti
2016-01-19 22:02:14 -05:00
parent a5d54256ff
commit b959b7d447
4 changed files with 26 additions and 1 deletions

View File

@@ -27,6 +27,12 @@ namespace MediaBrowser.Controller.Security
/// <value><c>null</c> if [is active] contains no value, <c>true</c> if [is active]; otherwise, <c>false</c>.</value>
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>