Merge pull request #3366 from barronpm/remove-usermanager-addparts

Remove UserManager.AddParts
This commit is contained in:
Joshua M. Boniface
2020-07-23 18:05:57 -04:00
committed by GitHub
4 changed files with 27 additions and 29 deletions

View File

@@ -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>());
}