fix cinemeta movie search catalog

This commit is contained in:
chrisk325 2026-03-16 00:22:55 +05:30 committed by GitHub
parent ce7fefa106
commit 1731c97aac
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];