mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 02:54:43 +01:00
update library menu
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -435,7 +435,9 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
_shrinkMemoryTimer.Dispose();
|
||||
_shrinkMemoryTimer = null;
|
||||
}
|
||||
|
||||
|
||||
//_writeLock.Wait();
|
||||
|
||||
if (_connection != null)
|
||||
{
|
||||
if (_connection.IsOpen())
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
}
|
||||
|
||||
var videoProfile = "high|main|baseline|constrained baseline";
|
||||
var videoLevel = "41";
|
||||
var videoLevel = "40";
|
||||
|
||||
DirectPlayProfiles = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user