From 97ece5bd6f6e6a3dd8226dd9990b48f67c45f22c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 28 Nov 2014 21:40:46 -0500 Subject: update translations --- MediaBrowser.Model/Configuration/UserConfiguration.cs | 4 +++- 1 file changed, 3 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 3397d5d20..f0a27a2b9 100644 --- a/MediaBrowser.Model/Configuration/UserConfiguration.cs +++ b/MediaBrowser.Model/Configuration/UserConfiguration.cs @@ -86,7 +86,8 @@ namespace MediaBrowser.Model.Configuration public bool EnableUserPreferenceAccess { get; set; } public string[] LatestItemsExcludes { get; set; } - + public string[] BlockedTags { get; set; } + /// /// Initializes a new instance of the class. /// @@ -102,6 +103,7 @@ namespace MediaBrowser.Model.Configuration OrderedViews = new string[] { }; BlockedMediaFolders = new string[] { }; DisplayChannelsWithinViews = new string[] { }; + BlockedTags = new string[] { }; BlockedChannels = new string[] { }; BlockUnratedItems = new UnratedItem[] { }; -- cgit v1.2.3