diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-05 00:29:37 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-05 00:29:37 -0500 |
| commit | 7d415fc2fd8c76ba25c2bdb40347d1e0d17ad99f (patch) | |
| tree | 448ecc653015896c5237f54b82072ce77956bf20 /MediaBrowser.Server.Startup.Common | |
| parent | 1f1852f3cbe2a7899aea0d306a77d2eedb0434fc (diff) | |
some initial work on cloud sync
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index b72a10801f..0bf9b91425 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -536,8 +536,6 @@ namespace MediaBrowser.Server.Startup.Common SetStaticProperties(); - SetKernelProperties(); - await ((UserManager)UserManager).Initialize().ConfigureAwait(false); } @@ -574,14 +572,6 @@ namespace MediaBrowser.Server.Startup.Common } /// <summary> - /// Sets the kernel properties. - /// </summary> - private void SetKernelProperties() - { - LocalizedStrings.StringFiles = GetExports<LocalizedStringData>(); - } - - /// <summary> /// Gets the user repository. /// </summary> /// <returns>Task{IUserRepository}.</returns> @@ -698,7 +688,6 @@ namespace MediaBrowser.Server.Startup.Common BaseItem.ItemRepository = ItemRepository; User.XmlSerializer = XmlSerializer; User.UserManager = UserManager; - LocalizedStrings.ApplicationPaths = ApplicationPaths; Folder.UserManager = UserManager; BaseItem.FileSystem = FileSystemManager; BaseItem.UserDataManager = UserDataManager; |
