update mac startup

This commit is contained in:
Luke Pulverenti 2015-10-29 21:55:42 -04:00
parent 78dd9fd9eb
commit 442eb66e04

View file

@ -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();