From 3ccb6bddef8980569e95a189fe0f63b0750e5e41 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 26 Oct 2014 23:06:01 -0400 Subject: connect updates --- MediaBrowser.Model/Configuration/UserConfiguration.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/Configuration') diff --git a/MediaBrowser.Model/Configuration/UserConfiguration.cs b/MediaBrowser.Model/Configuration/UserConfiguration.cs index ab0cb83c8..7f46c30f0 100644 --- a/MediaBrowser.Model/Configuration/UserConfiguration.cs +++ b/MediaBrowser.Model/Configuration/UserConfiguration.cs @@ -36,12 +36,6 @@ namespace MediaBrowser.Model.Configuration /// The subtitle language preference. public string SubtitleLanguagePreference { get; set; } - /// - /// Gets or sets a value indicating whether [use forced subtitles only]. - /// - /// true if [use forced subtitles only]; otherwise, false. - public bool UseForcedSubtitlesOnly { get; set; } - /// /// Gets or sets a value indicating whether this instance is hidden. /// -- cgit v1.2.3