diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 01:23:52 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 01:23:52 +0000 |
| commit | cddc87e2af241b6b2149a5c9e1a2b2714e482613 (patch) | |
| tree | 82c72264142fb5dca8f505c73c8574fb3ffba5d5 /Emby.Server.Implementations/Updates | |
| parent | 67c480ad53073a660e1485777cde6b2889780faf (diff) | |
Fixed gitmerge.
Diffstat (limited to 'Emby.Server.Implementations/Updates')
| -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 e58f02d41..75a9ca080 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -231,7 +231,7 @@ namespace Emby.Server.Implementations.Updates } // Don't add a package that doesn't have any compatible versions. - if (package.versions.Count == 0) + if (package.Versions.Count == 0) { continue; } |
