mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-19 11:02:26 +00:00
Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user