Merge branch 'NuvioMedia:main' into localization-patch

This commit is contained in:
albyalex96 2026-03-15 22:21:26 +01:00 committed by GitHub
commit ac8daa5c74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1615,7 +1615,7 @@ class CatalogService {
const sectionName = `${addon.name} - ${catalogLabel}`;
const catalogIndex = addonRank * 1000 + ci;
allPendingSections.push({ addonId: `${addon.id}||${catalog.id}`, addonName: addon.name, sectionName, catalogIndex, results: stamped });
allPendingSections.push({ addonId: `${addon.id}||${catalog.type}||${catalog.id}`, addonName: addon.name, sectionName, catalogIndex, results: stamped });
}
} else {
const s = settled[0];