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.

View File

@@ -435,7 +435,9 @@ namespace MediaBrowser.Server.Implementations.Persistence
_shrinkMemoryTimer.Dispose();
_shrinkMemoryTimer = null;
}
//_writeLock.Wait();
if (_connection != null)
{
if (_connection.IsOpen())

View File

@@ -27,7 +27,7 @@ namespace MediaBrowser.Server.Implementations.Sync
}
var videoProfile = "high|main|baseline|constrained baseline";
var videoLevel = "41";
var videoLevel = "40";
DirectPlayProfiles = new[]
{