aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2019-03-24 16:47:59 +0100
committerGitHub <noreply@github.com>2019-03-24 16:47:59 +0100
commit598b1c99660547d7c8e3b253c4664a6faa78a03d (patch)
tree3158df2e9a8e59f73b8edbd66adf8f6f572e7892 /Emby.Server.Implementations
parentcf36aaef2b1724931b94bf12b95d2b6c43f68133 (diff)
Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 6b7796be7b..20a3c23ae6 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1531,7 +1531,7 @@ namespace Emby.Server.Implementations
{
if (EnableHttps)
{
- return string.Format("http://{0}:{1}",
+ return string.Format("https://{0}:{1}",
host,
ServerConfiguration.PublicHttpsPort.ToString(CultureInfo.InvariantCulture));
}