mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Remove report usage configuration option
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user