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/generateTrackInfoPage.js | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'src/content/dependencies/generateTrackInfoPage.js') diff --git a/src/content/dependencies/generateTrackInfoPage.js b/src/content/dependencies/generateTrackInfoPage.js index ac96e072..3d06b364 100644 --- a/src/content/dependencies/generateTrackInfoPage.js +++ b/src/content/dependencies/generateTrackInfoPage.js @@ -92,7 +92,9 @@ export default { relation('generateTrackInfoPageOtherReleasesLines', track), contributorContributionList: - relation('generateContributionList', track.contributorContribs), + relation('generateContributionList', + track.contributorContribs, + track.contributorText), referencedTracksList: relation('generateReferencedTracksList', track), @@ -264,16 +266,12 @@ export default { {[html.joinChildren]: html.tag('br')}, relations.otherReleasesLines), - 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: 'trackContribution', - }), - ]), + chronologyKind: 'trackContribution', + }), html.tags([ relations.relationsContentHeading.clone().slots({ -- cgit 1.3.0-6-gf8a5