Explorar el Código

Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback hace 4 años
padre
commit
d49ba96123
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
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>())
             {