« get me outta code hell

content: generateTrackArtistCommentarySection: cut secrelease drop - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateTrackArtistCommentarySection.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-06-04 20:55:55 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-06-04 20:55:55 -0300
commitd90c581cfd46eb59e0db873597ead6b39fab2255 (patch)
tree5710d4092689200172658b45586b15b978ace11c /src/content/dependencies/generateTrackArtistCommentarySection.js
parent609b5fb0c3238e3cb431703720f074436c7bcc0d (diff)
content: generateTrackArtistCommentarySection: cut secrelease drop
Diffstat (limited to 'src/content/dependencies/generateTrackArtistCommentarySection.js')
-rw-r--r--src/content/dependencies/generateTrackArtistCommentarySection.js14
1 files changed, 1 insertions, 13 deletions
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([