Explorar o código

Default log upload to enabled

Cody Robibero %!s(int64=3) %!d(string=hai) anos
pai
achega
73201ed498
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 1 - 1
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -463,6 +463,6 @@ namespace MediaBrowser.Model.Configuration
         /// <summary>
         /// Gets or sets a value indicating whether clients should be allowed to upload logs.
         /// </summary>
-        public bool AllowClientLogUpload { get; set; }
+        public bool AllowClientLogUpload { get; set; } = true;
     }
 }