diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-11 23:50:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 23:50:48 +0100 |
| commit | d49ba961230c438b25332a77ac345e22e3cb0ba6 (patch) | |
| tree | 9a0f3afa741113ade1c4f63682f95deeb47f76c4 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 387fdb0f1376f65b342c10e5222d7c0b56cdd8e5 (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 3f2307d80..20cc9d76f 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -825,7 +825,7 @@ namespace Emby.Server.Implementations _allConcreteTypes = GetTypes(GetComposablePartAssemblies()).ToArray(); } - private void RegisterPlugInServices() + private void RegisterPluginServices() { foreach (var pluginServiceRegistrar in GetExportTypes<IPluginRegistrar>()) { |
