Explorar o código

update mac startup

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
442eb66e04
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();