Fixed tests

This commit is contained in:
Greenback 2020-11-20 19:18:18 +00:00
parent 972ed3ccfe
commit eed1a40b19
1 changed files with 1 additions and 1 deletions

View File

@ -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)