aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-07-23 18:05:57 -0400
committerGitHub <noreply@github.com>2020-07-23 18:05:57 -0400
commit22cc602117e7d70e6a668f66256910189cda3194 (patch)
treece35106d0309ed09684c2a54c7aaf0660cb3bc9f /Emby.Server.Implementations/ApplicationHost.cs
parent1a9adf283af2f3308a4414b250f3d379f181c549 (diff)
parent303c175714db50bf865939fd12c66dcbda229431 (diff)
Merge pull request #3366 from barronpm/remove-usermanager-addparts
Remove UserManager.AddParts
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 8e1bf9766..45d1bb01c 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -795,7 +795,6 @@ namespace Emby.Server.Implementations
Resolve<IMediaSourceManager>().AddParts(GetExports<IMediaSourceProvider>());
Resolve<INotificationManager>().AddParts(GetExports<INotificationService>(), GetExports<INotificationTypeFactory>());
- Resolve<IUserManager>().AddParts(GetExports<IAuthenticationProvider>(), GetExports<IPasswordResetProvider>());
Resolve<IIsoManager>().AddParts(GetExports<IIsoMounter>());
}