mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Merge pull request #4976 from BaronGreenback/dlnaPortFix
Fixed DLNA Server on RC2
This commit is contained in:
commit
a554423163
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue