mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
Merge pull request #654 from chrisk325/patch-23
This commit is contained in:
commit
18c7eed9ba
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