aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-01-07 17:17:22 +0000
committerGitHub <noreply@github.com>2021-01-07 17:17:22 +0000
commit192efff7913ac17444bfdc6a3898657702dcf0ed (patch)
treeadd71318722ff1e3304276facab7d47c85ee0cb5
parenta4a261e9409487645ee22e3fc0957438c55b18b0 (diff)
Update DlnaEntryPoint.cs
-rw-r--r--Emby.Dlna/Main/DlnaEntryPoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Main/DlnaEntryPoint.cs b/Emby.Dlna/Main/DlnaEntryPoint.cs
index 3f7b558f6..82490ec31 100644
--- a/Emby.Dlna/Main/DlnaEntryPoint.cs
+++ b/Emby.Dlna/Main/DlnaEntryPoint.cs
@@ -315,7 +315,7 @@ namespace Emby.Dlna.Main
var uri = new UriBuilder(_appHost.GetSmartApiUrl(address.Address) + descriptorUri);
// DLNA will only work over http, so we must reset to http:// : {port}
uri.Scheme = "http://";
- uri.Port = _netConfig.PublicPort;
+ uri.Port = _netConfig.HttpServerPortNumber;
var device = new SsdpRootDevice
{