1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Update modal error

(cherry picked from commit 6d911581c3604a69b4a58c07da39ffb2a10fbf8d)
This commit is contained in:
Mark McDowall 2020-09-16 12:48:17 -07:00 committed by Qstick
parent 0dcb07f170
commit 79d4e0da80

View File

@ -21,7 +21,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;
}