From 609b5fb0c3238e3cb431703720f074436c7bcc0d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 4 Jun 2025 20:48:04 -0300 Subject: content: generateTrackArtistCommentarySection: curr above main --- .../generateTrackArtistCommentarySection.js | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/content/dependencies/generateTrackArtistCommentarySection.js b/src/content/dependencies/generateTrackArtistCommentarySection.js index e3041d3a..228863a4 100644 --- a/src/content/dependencies/generateTrackArtistCommentarySection.js +++ b/src/content/dependencies/generateTrackArtistCommentarySection.js @@ -84,6 +84,20 @@ export default { title: language.$('misc.artistCommentary'), }), + html.tags([ + data.isSecondaryRelease && + !html.isBlank(relations.mainReleaseArtistCommentaryEntries) && + html.tag('p', {class: ['drop', 'commentary-drop']}, + {[html.onlyIfSiblings]: true}, + + language.$(capsule, 'info.releaseSpecific', { + album: + relations.thisReleaseAlbumLink, + })), + + relations.artistCommentaryEntries, + ]), + data.isSecondaryRelease && html.tags([ html.tag('p', {class: ['drop', 'commentary-drop']}, @@ -113,20 +127,6 @@ export default { relations.mainReleaseArtistCommentaryEntries, ]), - html.tags([ - data.isSecondaryRelease && - !html.isBlank(relations.mainReleaseArtistCommentaryEntries) && - html.tag('p', {class: ['drop', 'commentary-drop']}, - {[html.onlyIfSiblings]: true}, - - language.$(capsule, 'info.releaseSpecific', { - album: - relations.thisReleaseAlbumLink, - })), - - relations.artistCommentaryEntries, - ]), - html.tag('p', {class: ['drop', 'commentary-drop']}, {[html.onlyIfContent]: true}, -- cgit 1.3.0-6-gf8a5