فهرست منبع

Update ApplicationHost.cs

BaronGreenback 4 سال پیش
والد
کامیت
7b4b101eca
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Emby.Server.Implementations/ApplicationHost.cs

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

@@ -1021,7 +1021,7 @@ namespace Emby.Server.Implementations
         protected abstract void RestartInternal();
         protected abstract void RestartInternal();
 
 
         /// <summary>
         /// <summary>
-        /// Comparison function used in <see cref="GetLatestDLLVersion" />.
+        /// Comparison function used in <see cref="GetPlugins" />.
         /// </summary>
         /// </summary>
         /// <param name="a">Item to compare.</param>
         /// <param name="a">Item to compare.</param>
         /// <param name="b">Item to compare with.</param>
         /// <param name="b">Item to compare with.</param>
@@ -1068,7 +1068,7 @@ namespace Emby.Server.Implementations
                         version = new Version(0, 0, 0, 1);
                         version = new Version(0, 0, 0, 1);
                     }
                     }
 
 
-                    if (targetAbi <= ApplicationVersion)
+                    if (targetAbi >= ApplicationVersion)
                     {
                     {
                         // Only load Plugins for this version or below.
                         // Only load Plugins for this version or below.
                         versions.Add((version, manifest.Name, dir));
                         versions.Add((version, manifest.Name, dir));