Fix merge

This commit is contained in:
Mark Monteiro 2020-05-10 18:17:12 -04:00
parent 3abf870c1e
commit a10aec6956

View file

@ -294,7 +294,7 @@ namespace Jellyfin.Server
{
_logger.LogInformation("Kestrel listening on {IpAddress}", address);
options.Listen(address, appHost.HttpPort);
if (appHost.ListenWithHttps && appHost.Certificate != null)
if (appHost.ListenWithHttps)
{
options.Listen(address, appHost.HttpsPort, listenOptions =>
{