Преглед на файлове

Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback преди 4 години
родител
ревизия
f63a706a86
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -826,7 +826,7 @@ namespace Emby.Server.Implementations
 
         private void RegisterPluginServices()
         {
-            foreach (var pluginServiceRegistrar in GetExportTypes<IPluginServiceRegistrator>())
+            foreach (var pluginServiceRegistrator in GetExportTypes<IPluginServiceRegistrator>())
             {
                 try
                 {