mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
parent
cf36aaef2b
commit
598b1c9966
1 changed files with 1 additions and 1 deletions
|
@ -1531,7 +1531,7 @@ namespace Emby.Server.Implementations
|
|||
{
|
||||
if (EnableHttps)
|
||||
{
|
||||
return string.Format("http://{0}:{1}",
|
||||
return string.Format("https://{0}:{1}",
|
||||
host,
|
||||
ServerConfiguration.PublicHttpsPort.ToString(CultureInfo.InvariantCulture));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue