Update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
Claus Vium 2019-03-24 16:47:48 +01:00 committed by GitHub
parent f30af9cd5f
commit cf36aaef2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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