update library menu

This commit is contained in:
Luke Pulverenti
2015-04-27 13:55:57 -04:00
parent 6562824a84
commit d274d1d807
35 changed files with 65 additions and 40 deletions

View File

@@ -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.