added some user access settings

This commit is contained in:
Luke Pulverenti
2013-07-08 12:13:21 -04:00
parent 6992d31155
commit 56eea6a626
13 changed files with 180 additions and 19 deletions

View File

@@ -47,7 +47,15 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
/// <value><c>true</c> if [use forced subtitles only]; otherwise, <c>false</c>.</value>
public bool UseForcedSubtitlesOnly { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is hidden.
/// </summary>
/// <value><c>true</c> if this instance is hidden; otherwise, <c>false</c>.</value>
public bool IsHidden { get; set; }
public bool IsDisabled { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
/// </summary>