Jelajahi Sumber

Fixed tests

Greenback 4 tahun lalu
induk
melakukan
eed1a40b19
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

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

@@ -774,7 +774,7 @@ namespace Emby.Server.Implementations
 
                 foreach (var plugin in Plugins)
                 {
-                    if (plugin is IPluginAssembly assemblyPlugin)
+                    if (_pluginsManifests != null && plugin is IPluginAssembly assemblyPlugin)
                     {
                         // Ensure the version number matches the Plugin Manifest information.
                         foreach (var item in _pluginsManifests)