mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 08:12:05 +00:00
fix cinemeta movie search catalog
This commit is contained in:
parent
ce7fefa106
commit
1731c97aac
1 changed files with 1 additions and 1 deletions
|
|
@ -1615,7 +1615,7 @@ class CatalogService {
|
||||||
const sectionName = `${addon.name} - ${catalogLabel}`;
|
const sectionName = `${addon.name} - ${catalogLabel}`;
|
||||||
const catalogIndex = addonRank * 1000 + ci;
|
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 {
|
} else {
|
||||||
const s = settled[0];
|
const s = settled[0];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue