mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
some initial work on cloud sync
This commit is contained in:
@@ -536,8 +536,6 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
|
||||
SetStaticProperties();
|
||||
|
||||
SetKernelProperties();
|
||||
|
||||
await ((UserManager)UserManager).Initialize().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
@@ -573,14 +571,6 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
RegisterSingleInstance(MediaEncoder);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets the kernel properties.
|
||||
/// </summary>
|
||||
private void SetKernelProperties()
|
||||
{
|
||||
LocalizedStrings.StringFiles = GetExports<LocalizedStringData>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the user repository.
|
||||
/// </summary>
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user