Переглянути джерело

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