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.