Greenback 4 년 전
부모
커밋
d6b0a939f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

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

@@ -779,7 +779,7 @@ namespace Emby.Server.Implementations
                         // Ensure the version number matches the Plugin Manifest information.
                         foreach (var item in _pluginsManifests)
                         {
-                            if (item.Path.Equals(plugin.AssemblyFilePath, StringComparison.OrdinalIgnoreCase))
+                            if (Path.GetDirectoryName(plugin.AssemblyFilePath).Equals(item.Path, StringComparison.OrdinalIgnoreCase))
                             {
                                 // Update version number to that of the manifest.
                                 assemblyPlugin.SetAttributes(