mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update DlnaEntryPoint.cs
This commit is contained in:
parent
a4a261e940
commit
192efff791
@ -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…
x
Reference in New Issue
Block a user