diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 03:13:11 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 03:13:11 -0500 |
| commit | 918b9ca86d1bdb9758430e9164f5fba72de1d9a7 (patch) | |
| tree | 1f9ec909d18593a8f69a6dbbf7af580ad25005a5 /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | f8dd02bb66d2f243515d295b4d256a4c74f433ca (diff) | |
update core projects
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index f2967e14a..adfc0a588 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -17,6 +17,7 @@ using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; +using Emby.Common.Implementations.EnvironmentInfo; using Emby.Common.Implementations.IO; using Emby.Common.Implementations.Logging; using Emby.Server.Core; @@ -324,7 +325,8 @@ namespace MediaBrowser.ServerApplication fileSystem, nativeApp, new PowerManagement(), - "emby.windows.zip"); + "emby.windows.zip", + new EnvironmentInfo()); var initProgress = new Progress<double>(); |
