update power management

This commit is contained in:
Luke Pulverenti
2016-11-08 23:58:58 -05:00
parent 15ebff2b3a
commit 24532f3e2d
20 changed files with 254 additions and 178 deletions

View File

@@ -80,7 +80,7 @@ namespace MediaBrowser.Server.Mono
var nativeApp = new NativeApp(options, logManager.GetLogger("App"));
_appHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "emby.mono.zip", nativeApp);
_appHost = new ApplicationHost(appPaths, logManager, options, fileSystem, nativeApp, new PowerManagement(), "emby.mono.zip");
if (options.ContainsOption("-v"))
{