mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Fixed: Update modal error
(cherry picked from commit 6d911581c3604a69b4a58c07da39ffb2a10fbf8d)
This commit is contained in:
parent
d370fd1b02
commit
3308546e90
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue