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