mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
update power management
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user