diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-26 16:55:00 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-26 16:55:00 -0400 |
| commit | cabdec87e8e946bfa5de0dd0f97129f1a23e7d98 (patch) | |
| tree | 9cd38728cb72f758ee09cb44c547c8c1bd92a82d | |
| parent | 57b5ec1d514ad8c5a0e8aced4b84b46b4c8923a7 (diff) | |
Fix merge with master
| -rw-r--r-- | Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs b/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs index adec9dbe2..878cee23c 100644 --- a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs +++ b/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs @@ -158,7 +158,7 @@ namespace Emby.Server.Implementations.EntryPoints { yield return CreatePortMap(device, _appHost.HttpPort, _config.Configuration.PublicPort); - if (_appHost.EnableHttps) + if (_appHost.ListenWithHttps) { yield return CreatePortMap(device, _appHost.HttpsPort, _config.Configuration.PublicHttpsPort); } |
