diff options
| author | Luke <luke.pulverenti@gmail.com> | 2014-11-23 16:00:50 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2014-11-23 16:00:50 -0500 |
| commit | 70c5b341dbaf274ebc57743fe51b9b8e7d73d441 (patch) | |
| tree | 64662de5b88ac3b3695aaa12bd70053fc5b7d620 /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | acb3d873160a221c8deedeb2849363683b2ca7d2 (diff) | |
| parent | 3c9986e6512e4b3a60cbacafa1876ab86bba0dad (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
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 ab96f1da1..d98f3e265 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -223,7 +223,7 @@ namespace MediaBrowser.ServerApplication "MBServer", true, nativeApp); - + var initProgress = new Progress<double>(); if (!runService) |
