From f10f5a187f26d08019e452e7fbd417b7f462faa4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 8 Jun 2026 12:08:36 -0300 Subject: content, data: Track: Contributor Text missing chronology link substitution --- src/content/dependencies/generateFlashInfoPage.js | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/content/dependencies/generateFlashInfoPage.js') diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js index 9f18f19a..ad464bd7 100644 --- a/src/content/dependencies/generateFlashInfoPage.js +++ b/src/content/dependencies/generateFlashInfoPage.js @@ -163,17 +163,12 @@ export default { relations.featuredTracksList, ]), - html.tags([ - relations.contentHeading.clone() - .slots({ - attributes: {id: 'contributors'}, - title: language.$('releaseInfo.contributors'), - }), + relations.contributorContributionList.slots({ + attributes: {id: 'contributors'}, + title: language.$('releaseInfo.contributors'), - relations.contributorContributionList.slots({ - chronologyKind: 'flash', - }), - ]), + chronologyKind: 'flash', + }), html.tags([ relations.commentaryContentHeading, -- cgit 1.3.0-6-gf8a5