diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 21:05:27 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 21:05:27 +0000 |
| commit | 5c4fdaa2530cd1b0b9dc88352d92c546ce176430 (patch) | |
| tree | 92ff1b0895b059320b16ac444f62050c7baa01ff /Emby.Server.Implementations/Updates/InstallationManager.cs | |
| parent | 5d748c0e9f1ad87bece090934c5da6c4edacb8f7 (diff) | |
MaxAbi property removed.
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 2 |
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; |
