From 56eea6a626c439e631433500357ced09f72a6fb2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 8 Jul 2013 12:13:21 -0400 Subject: added some user access settings --- MediaBrowser.Model/Configuration/UserConfiguration.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Configuration/UserConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/UserConfiguration.cs b/MediaBrowser.Model/Configuration/UserConfiguration.cs index 45ef03b8d..35e9b3b0f 100644 --- a/MediaBrowser.Model/Configuration/UserConfiguration.cs +++ b/MediaBrowser.Model/Configuration/UserConfiguration.cs @@ -47,7 +47,15 @@ namespace MediaBrowser.Model.Configuration /// /// true if [use forced subtitles only]; otherwise, false. public bool UseForcedSubtitlesOnly { get; set; } - + + /// + /// Gets or sets a value indicating whether this instance is hidden. + /// + /// true if this instance is hidden; otherwise, false. + public bool IsHidden { get; set; } + + public bool IsDisabled { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3