diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-20 16:32:48 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-20 16:32:48 -0500 |
| commit | 9e809b06c4132514cfdbba29c2121035d4555247 (patch) | |
| tree | de11cd79e1d96fa22654690b79d377243efc517e /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | 449485d3d2044185f16af3e7dc185ff86a0ed72b (diff) | |
separate task buttons script
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 49cc672ab..f481a902d 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -532,9 +532,9 @@ namespace MediaBrowser.Server.Startup.Common SetStaticProperties(); - await ((UserManager)UserManager).Initialize().ConfigureAwait(false); - SetKernelProperties(); + + await ((UserManager)UserManager).Initialize().ConfigureAwait(false); } protected override INetworkManager CreateNetworkManager(ILogger logger) |
