diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-30 00:13:48 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-30 00:13:48 -0400 |
| commit | 8809b76a4f2b932f2e7255517e0ae4cd6088e42b (patch) | |
| tree | 00e4302ced6e3f58a49b2ab46bc9d0bb889ad68b /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | da310142832dd004bf3da4f239e7cce1514444bb (diff) | |
3.0.5724.6
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 80b7d230ab..d7b8b2aed4 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -214,7 +214,7 @@ namespace MediaBrowser.ServerApplication fileSystem, "MBServer", nativeApp); - + var initProgress = new Progress<double>(); if (!runService) |
