mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
rework result factory
This commit is contained in:
@@ -78,7 +78,7 @@ namespace MediaBrowser.Server.Mono
|
||||
var fileSystem = new ManagedFileSystem(logManager.GetLogger("FileSystem"), false, false);
|
||||
fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem));
|
||||
|
||||
var nativeApp = new NativeApp(options, logManager.GetLogger("App"));
|
||||
var nativeApp = new MonoApp(options, logManager.GetLogger("App"));
|
||||
|
||||
_appHost = new ApplicationHost(appPaths, logManager, options, fileSystem, nativeApp, new PowerManagement(), "emby.mono.zip");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user