mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44: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.
|
||||
|
||||
Reference in New Issue
Block a user