Preferring network over channel in deep URL channel matching.

This commit is contained in:
DebaucheryLibrarian
2022-01-23 02:46:42 +01:00
parent 240a8e86fd
commit cd8f690ac6

View File

@@ -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) {