diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-10-27 19:20:14 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-10-27 19:20:14 -0600 |
| commit | c534c450330759f6595c9601e3fe8b12e6987e69 (patch) | |
| tree | 0650d4290c5fa56a833747a1616e8ac7c04dd877 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | a6357f89abb40deaa84ed0ea52010c098e769e62 (diff) | |
Suggestions from review
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index d1e999666..37dc49d7a 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -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; } } } |
