aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorRealGreenDragon <14246920+RealGreenDragon@users.noreply.github.com>2024-12-02 01:09:30 +0100
committerGitHub <noreply@github.com>2024-12-01 17:09:30 -0700
commitf1e020c0b061dce8af1a0483eaccd6eed22f9399 (patch)
tree623f1ed7e425b511ec186d3b70dcbc185500361e /MediaBrowser.Model
parent06923cbf2be23ee276641bd6d461e6f1790b8bf0 (diff)
Removed RemoveOldPlugins configuration flag (#13102)
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Configuration/ServerConfiguration.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
index 5ad588200..bc4e6ef73 100644
--- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
+++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
@@ -244,11 +244,6 @@ public class ServerConfiguration : BaseApplicationConfiguration
public int LibraryMetadataRefreshConcurrency { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether older plugins should automatically be deleted from the plugin folder.
- /// </summary>
- public bool RemoveOldPlugins { get; set; }
-
- /// <summary>
/// Gets or sets a value indicating whether clients should be allowed to upload logs.
/// </summary>
public bool AllowClientLogUpload { get; set; } = true;