aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates/InstallationManager.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 21:05:27 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 21:05:27 +0000
commit5c4fdaa2530cd1b0b9dc88352d92c546ce176430 (patch)
tree92ff1b0895b059320b16ac444f62050c7baa01ff /Emby.Server.Implementations/Updates/InstallationManager.cs
parent5d748c0e9f1ad87bece090934c5da6c4edacb8f7 (diff)
MaxAbi property removed.
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
-rw-r--r--Emby.Server.Implementations/Updates/InstallationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs
index 267a33875..630ede667 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -132,7 +132,7 @@ namespace Emby.Server.Implementations.Updates
targetAbi = minimumVersion;
}
- // Only show plugins that fall between targetAbi and maxAbi
+ // Only show plugins that fall between targetAbi.
if (_applicationHost.ApplicationVersion >= targetAbi)
{
continue;