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(