From f1e020c0b061dce8af1a0483eaccd6eed22f9399 Mon Sep 17 00:00:00 2001
From: RealGreenDragon <14246920+RealGreenDragon@users.noreply.github.com>
Date: Mon, 2 Dec 2024 01:09:30 +0100
Subject: Removed RemoveOldPlugins configuration flag (#13102)
---
MediaBrowser.Model/Configuration/ServerConfiguration.cs | 5 -----
1 file changed, 5 deletions(-)
(limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
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
@@ -243,11 +243,6 @@ public class ServerConfiguration : BaseApplicationConfiguration
///
public int LibraryMetadataRefreshConcurrency { get; set; }
- ///
- /// 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 clients should be allowed to upload logs.
///
--
cgit v1.2.3