mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
Replace EnableHttps and SupportsHttps with ListenWithHttps and CanConnectWithHttps
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Emby.Server.Implementations.EntryPoints
|
||||
.Append(config.PublicPort).Append(Separator)
|
||||
.Append(_appHost.HttpPort).Append(Separator)
|
||||
.Append(_appHost.HttpsPort).Append(Separator)
|
||||
.Append(_appHost.EnableHttps).Append(Separator)
|
||||
.Append(_appHost.ListenWithHttps).Append(Separator)
|
||||
.Append(config.EnableRemoteAccess).Append(Separator)
|
||||
.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user