Sfoglia il codice sorgente

update mac startup

Luke Pulverenti 9 anni fa
parent
commit
442eb66e04
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      MediaBrowser.Server.Mac/Main.cs

+ 1 - 0
MediaBrowser.Server.Mac/Main.cs

@@ -92,6 +92,7 @@ namespace MediaBrowser.Server.Mac
 			ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate { return true; });
 
 			var fileSystem = new ManagedFileSystem(new PatternsLogger(logManager.GetLogger("FileSystem")), false, true);
+            fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem));
 
 			var nativeApp = new NativeApp();