diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-21 12:45:42 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-21 12:45:42 -0500 |
| commit | dc1c69ea7b3219a1d9cc0487f8734b7a9b268663 (patch) | |
| tree | d6f2a6e08392a59f99143276977be2953f710305 /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | 657e90c98b4c3c8a4581fd94bd1c41e843c26d19 (diff) | |
update wake timer
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index 62cdbd05f..cf174c2d3 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -218,7 +218,7 @@ namespace MediaBrowser.ServerApplication var fileSystem = new WindowsFileSystem(new PatternsLogger(logManager.GetLogger("FileSystem"))); fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem)); - var nativeApp = new WindowsApp(fileSystem) + var nativeApp = new WindowsApp(fileSystem, _logger) { IsRunningAsService = runService }; |
