Preferring network over channel in deep URL channel matching.
This commit is contained in:
parent
240a8e86fd
commit
cd8f690ac6
|
@ -236,7 +236,7 @@ async function fetchReleaseEntities(baseReleases) {
|
||||||
.filter(Boolean),
|
.filter(Boolean),
|
||||||
));
|
));
|
||||||
|
|
||||||
return fetchEntitiesBySlug(entitySlugs);
|
return fetchEntitiesBySlug(entitySlugs, 'desc');
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchEntity(entityId, type) {
|
async function fetchEntity(entityId, type) {
|
||||||
|
|
Loading…
Reference in New Issue