mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixed
This commit is contained in:
parent
32b92641fb
commit
d6b0a939f7
@ -779,7 +779,7 @@ namespace Emby.Server.Implementations
|
|||||||
// Ensure the version number matches the Plugin Manifest information.
|
// Ensure the version number matches the Plugin Manifest information.
|
||||||
foreach (var item in _pluginsManifests)
|
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.
|
// Update version number to that of the manifest.
|
||||||
assemblyPlugin.SetAttributes(
|
assemblyPlugin.SetAttributes(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user