mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
support channels with dlna
This commit is contained in:
@@ -97,11 +97,6 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
|
||||
var info = _appHost.GetSystemInfo();
|
||||
|
||||
CreatePortMap(device, info.HttpServerPortNumber);
|
||||
|
||||
if (info.WebSocketPortNumber != info.HttpServerPortNumber)
|
||||
{
|
||||
CreatePortMap(device, info.WebSocketPortNumber);
|
||||
}
|
||||
}
|
||||
|
||||
private void CreatePortMap(INatDevice device, int port)
|
||||
|
||||
Reference in New Issue
Block a user