Bladeren bron

Update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Claus Vium 6 jaren geleden
bovenliggende
commit
598b1c9966
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -1531,7 +1531,7 @@ namespace Emby.Server.Implementations
         {
         {
             if (EnableHttps)
             if (EnableHttps)
             {
             {
-                return string.Format("http://{0}:{1}",
+                return string.Format("https://{0}:{1}",
                     host,
                     host,
                     ServerConfiguration.PublicHttpsPort.ToString(CultureInfo.InvariantCulture));
                     ServerConfiguration.PublicHttpsPort.ToString(CultureInfo.InvariantCulture));
             }
             }