Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/4253/head
BaronGreenback 4 years ago committed by GitHub
parent 387fdb0f13
commit d49ba96123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -825,7 +825,7 @@ namespace Emby.Server.Implementations
_allConcreteTypes = GetTypes(GetComposablePartAssemblies()).ToArray();
}
private void RegisterPlugInServices()
private void RegisterPluginServices()
{
foreach (var pluginServiceRegistrar in GetExportTypes<IPluginRegistrar>())
{

Loading…
Cancel
Save