diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2019-03-24 16:47:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-24 16:47:48 +0100 |
| commit | cf36aaef2b1724931b94bf12b95d2b6c43f68133 (patch) | |
| tree | dd0b394a51c7854d45e42b74e2cc7ccdfe7e47b6 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | f30af9cd5f484dad763eb67b5b7076cd03bd59df (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 1ecbeedad..6b7796be7 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -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)); } |
