diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-01-07 17:17:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 17:17:22 +0000 |
| commit | 192efff7913ac17444bfdc6a3898657702dcf0ed (patch) | |
| tree | add71318722ff1e3304276facab7d47c85ee0cb5 | |
| parent | a4a261e9409487645ee22e3fc0957438c55b18b0 (diff) | |
Update DlnaEntryPoint.cs
| -rw-r--r-- | Emby.Dlna/Main/DlnaEntryPoint.cs | 2 |
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 { |
