فهرست منبع

Remove report usage configuration option

Bond_009 6 سال پیش
والد
کامیت
30a19d345a
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 0 - 2
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -175,7 +175,6 @@ namespace MediaBrowser.Model.Configuration
 
         public int SchemaVersion { get; set; }
 
-        public bool EnableAnonymousUsageReporting { get; set; }
         public bool EnableFolderView { get; set; }
         public bool EnableGroupingIntoCollections { get; set; }
         public bool DisplaySpecialsWithinSeasons { get; set; }
@@ -221,7 +220,6 @@ namespace MediaBrowser.Model.Configuration
             HttpsPortNumber = DefaultHttpsPort;
             EnableHttps = true;
             EnableDashboardResponseCaching = true;
-            EnableAnonymousUsageReporting = false;
             EnableCaseSensitiveItemIds = true;
 
             EnableAutomaticRestart = true;