mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Enable RemoveOldPlugins by default
Backport of PR #13102 to 10.10.z branch.
This commit is contained in:
parent
b3e563385c
commit
b0105179eb
@ -246,7 +246,7 @@ public class ServerConfiguration : BaseApplicationConfiguration
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether older plugins should automatically be deleted from the plugin folder.
|
||||
/// </summary>
|
||||
public bool RemoveOldPlugins { get; set; }
|
||||
public bool RemoveOldPlugins { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether clients should be allowed to upload logs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user