浏览代码

Update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Claus Vium 6 年之前
父节点
当前提交
cf36aaef2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
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));
             }