mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update mac project
This commit is contained in:
parent
6961b4e5a8
commit
f31a1da48f
File diff suppressed because it is too large
Load Diff
@ -94,7 +94,7 @@ namespace MediaBrowser.Server.Mac
|
||||
var fileSystem = new ManagedFileSystem(new PatternsLogger(logManager.GetLogger("FileSystem")), false, true);
|
||||
fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem));
|
||||
|
||||
var nativeApp = new NativeApp();
|
||||
var nativeApp = new NativeApp(logManager.GetLogger("App"));
|
||||
|
||||
AppHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "Emby.Server.Mac.pkg", nativeApp);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user