Removed RemoveOldPlugins configuration flag (#13102)

This commit is contained in:
RealGreenDragon
2024-12-02 01:09:30 +01:00
committed by GitHub
parent 06923cbf2b
commit f1e020c0b0
2 changed files with 17 additions and 25 deletions

View File

@@ -243,11 +243,6 @@ public class ServerConfiguration : BaseApplicationConfiguration
/// </summary>
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>