Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
parent
f30af9cd5f
commit
cf36aaef2b
|
@ -1508,7 +1508,7 @@ namespace Emby.Server.Implementations
|
|||
{
|
||||
if (EnableHttps)
|
||||
{
|
||||
return string.Format("http://{0}:{1}",
|
||||
return string.Format("https://{0}:{1}",
|
||||
host,
|
||||
HttpsPort.ToString(CultureInfo.InvariantCulture));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user