Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
@@ -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));
}