1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 06:33:32 +00:00

Fixed: Update modal error

This commit is contained in:
Mark McDowall 2020-09-16 12:48:17 -07:00
parent cd2368f5f3
commit 6d911581c3

View file

@ -20,7 +20,7 @@ function mergeUpdates(items, version, prevVersion) {
if (installedPreviouslyIndex === -1) {
installedPreviouslyIndex = items.length;
} else if (installedPreviouslyIndex === installedIndex && items.size()) {
} else if (installedPreviouslyIndex === installedIndex && items.length) {
installedPreviouslyIndex += 1;
}