From d90c581cfd46eb59e0db873597ead6b39fab2255 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 4 Jun 2025 20:55:55 -0300 Subject: content: generateTrackArtistCommentarySection: cut secrelease drop --- .../dependencies/generateTrackArtistCommentarySection.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/content/dependencies/generateTrackArtistCommentarySection.js') diff --git a/src/content/dependencies/generateTrackArtistCommentarySection.js b/src/content/dependencies/generateTrackArtistCommentarySection.js index 228863a4..6650ff2b 100644 --- a/src/content/dependencies/generateTrackArtistCommentarySection.js +++ b/src/content/dependencies/generateTrackArtistCommentarySection.js @@ -84,19 +84,7 @@ 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, - ]), + relations.artistCommentaryEntries, data.isSecondaryRelease && html.tags([ -- cgit 1.3.0-6-gf8a5