diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-23 15:08:52 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-23 15:08:52 -0500 |
| commit | 254382af2ba3763ef9031d5bf30baae80cc844e8 (patch) | |
| tree | 3684760cddfc63ef83a91c2e48fca4b4b4fb18cd /MediaBrowser.ServerApplication | |
| parent | f2f1d32486c061dbb88554af5f0f3c641e45eec8 (diff) | |
update naming project
Diffstat (limited to 'MediaBrowser.ServerApplication')
| -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) |
