소스 검색

Fixed tests

Greenback 4 년 전
부모
커밋
eed1a40b19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)