mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Update modal error
(cherry picked from commit 6d911581c3604a69b4a58c07da39ffb2a10fbf8d)
This commit is contained in:
@@ -21,7 +21,7 @@ function mergeUpdates(items, version, prevVersion) {
|
|||||||
|
|
||||||
if (installedPreviouslyIndex === -1) {
|
if (installedPreviouslyIndex === -1) {
|
||||||
installedPreviouslyIndex = items.length;
|
installedPreviouslyIndex = items.length;
|
||||||
} else if (installedPreviouslyIndex === installedIndex && items.size()) {
|
} else if (installedPreviouslyIndex === installedIndex && items.length) {
|
||||||
installedPreviouslyIndex += 1;
|
installedPreviouslyIndex += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user