Remove report usage configuration option

This commit is contained in:
Bond_009 2019-01-03 21:05:17 +01:00
parent d2be83dc44
commit 30a19d345a
1 changed files with 0 additions and 2 deletions

View File

@ -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;