aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-27 13:55:57 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-27 13:55:57 -0400
commitd274d1d807c8431a1d8b02433629b32d0f529aba (patch)
tree68ebb2cdd816e675be15181e30529e4e31bb768a /MediaBrowser.Server.Implementations/EntryPoints
parent6562824a84c06b586c56b407afd1916bfa38bbb4 (diff)
update library menu
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs5
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.