« get me outta code hell

content: generateTrackInfoPage: fix always <hr> for singles - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-07-27 17:41:51 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-07-27 17:41:51 -0300
commit5dd97e7e1f0241701ca43b61cc346ea905f18922 (patch)
treeaa16b41c57e7925eec0555304dfb6a2784b80000 /src
parent34189c2ac0e09e4c0b3468964f9c5b35e499f714 (diff)
content: generateTrackInfoPage: fix always <hr> for singles
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateTrackInfoPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateTrackInfoPage.js b/src/content/dependencies/generateTrackInfoPage.js
index 071ccd45..2c082cc4 100644
--- a/src/content/dependencies/generateTrackInfoPage.js
+++ b/src/content/dependencies/generateTrackInfoPage.js
@@ -365,7 +365,7 @@ export default {
 
           data.firstTrackInSingle &&
           (!html.isBlank(relations.lyricsSection) ||
-           !html.isBlank(relations.artistCommentaryEntries) ||
+           !html.isBlank(relations.artistCommentarySection) ||
            !html.isBlank(relations.creditingSourceEntries) ||
            !html.isBlank(relations.referencingSourceEntries)) &&
             html.tag('hr', {class: 'main-separator'}),