From b2a8fd82d89684dee1b6848715e5aff28ae36798 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sat, 13 Feb 2021 10:52:50 +0900 Subject: Merge pull request #5216 from jellyfin/remove-old-settings remove deprecated settings from server config (cherry picked from commit 542401c7f490493d202b45ebf7d89b33dae933c0) Signed-off-by: Joshua M. Boniface --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 439a84024..d1e999666 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -418,8 +418,6 @@ namespace MediaBrowser.Model.Configuration public PathSubstitution[] PathSubstitutions { get; set; } = Array.Empty(); - public bool EnableSimpleArtistDetection { get; set; } = false; - public string[] UninstalledPlugins { get; set; } = Array.Empty(); /// @@ -461,10 +459,5 @@ namespace MediaBrowser.Model.Configuration /// Gets or sets a value indicating whether older plugins should automatically be deleted from the plugin folder. /// public bool RemoveOldPlugins { get; set; } - - /// - /// Gets or sets a value indicating whether plugin image should be disabled. - /// - public bool DisablePluginImages { get; set; } } } -- cgit v1.2.3