Suggestions from review

This commit is contained in:
Cody Robibero
2021-10-27 19:20:14 -06:00
parent a6357f89ab
commit c534c45033
5 changed files with 59 additions and 14 deletions

View File

@@ -459,5 +459,10 @@ namespace MediaBrowser.Model.Configuration
/// 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>
public bool AllowClientLogUpload { get; set; }
}
}