From b0105179ebd99f60b2d703fed9352e403854cf8b Mon Sep 17 00:00:00 2001
From: RealGreenDragon <14246920+RealGreenDragon@users.noreply.github.com>
Date: Mon, 25 Nov 2024 08:40:20 +0100
Subject: [PATCH] Enable RemoveOldPlugins by default
Backport of PR #13102 to 10.10.z branch.
---
MediaBrowser.Model/Configuration/ServerConfiguration.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
index 5ad588200b..92065c964c 100644
--- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
+++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
@@ -246,7 +246,7 @@ public class ServerConfiguration : BaseApplicationConfiguration
///
/// Gets or sets a value indicating whether older plugins should automatically be deleted from the plugin folder.
///
- public bool RemoveOldPlugins { get; set; }
+ public bool RemoveOldPlugins { get; set; } = true;
///
/// Gets or sets a value indicating whether clients should be allowed to upload logs.