diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-27 13:55:57 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-27 13:55:57 -0400 |
| commit | d274d1d807c8431a1d8b02433629b32d0f529aba (patch) | |
| tree | 68ebb2cdd816e675be15181e30529e4e31bb768a /MediaBrowser.Server.Implementations/EntryPoints | |
| parent | 6562824a84c06b586c56b407afd1916bfa38bbb4 (diff) | |
update library menu
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints')
| -rw-r--r-- | MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs b/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs index fa05973d8..06cbb9317 100644 --- a/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs +++ b/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs @@ -75,7 +75,10 @@ namespace MediaBrowser.Server.Implementations.EntryPoints private void Start() { _logger.Debug("Starting NAT discovery"); - + //NatUtility.EnabledProtocols = new List<NatProtocol> + //{ + // NatProtocol.Pmp + //}; NatUtility.DeviceFound += NatUtility_DeviceFound; // Mono.Nat does never rise this event. The event is there however it is useless. |
