Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/30a19d345a7efe35a1f11cf47a3e00bae186f909 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove report usage configuration option

pull/702/head
Bond_009 6 years ago
parent d2be83dc44
commit 30a19d345a

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

Loading…
Cancel
Save