Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
BaronGreenback 2020-10-11 23:50:48 +01:00 committed by GitHub
parent 387fdb0f13
commit d49ba96123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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