mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
switch dashboard to key off of SupportsHttps
This commit is contained in:
@@ -1007,7 +1007,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
CachePath = ApplicationPaths.CachePath,
|
||||
MacAddress = GetMacAddress(),
|
||||
HttpServerPortNumber = HttpPort,
|
||||
EnableHttps = EnableHttps,
|
||||
SupportsHttps = SupportsHttps,
|
||||
HttpsPortNumber = HttpsPort,
|
||||
OperatingSystem = OperatingSystemDisplayName,
|
||||
CanSelfRestart = CanSelfRestart,
|
||||
|
||||
Reference in New Issue
Block a user