aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-05 00:29:37 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-05 00:29:37 -0500
commit7d415fc2fd8c76ba25c2bdb40347d1e0d17ad99f (patch)
tree448ecc653015896c5237f54b82072ce77956bf20 /MediaBrowser.Server.Startup.Common
parent1f1852f3cbe2a7899aea0d306a77d2eedb0434fc (diff)
some initial work on cloud sync
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs11
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;