« get me outta code hell

data: ContentEntry.{headingArtists,quotedArtists} - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateLyricsEntry.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-03-31 13:44:40 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-03-31 13:44:54 -0300
commitcab396d92152d2c75625dcef099093c136f538b5 (patch)
tree8ad42decdcd33d62a10250f2305d2addfa585651 /src/content/dependencies/generateLyricsEntry.js
parenta20a34a0b839cc19a89e5f18d75683487f36bfa4 (diff)
data: ContentEntry.{headingArtists,quotedArtists}
Diffstat (limited to 'src/content/dependencies/generateLyricsEntry.js')
-rw-r--r--src/content/dependencies/generateLyricsEntry.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/generateLyricsEntry.js b/src/content/dependencies/generateLyricsEntry.js
index 15f84b27..0ecf319f 100644
--- a/src/content/dependencies/generateLyricsEntry.js
+++ b/src/content/dependencies/generateLyricsEntry.js
@@ -4,10 +4,10 @@ export default {
       relation('transformContent', entry.body),
 
     artistText:
-      relation('transformContent', entry.artistText),
+      relation('transformContent', entry.headingArtistText),
 
     artistLinks:
-      entry.artists
+      entry.headingArtists
         .filter(artist => artist.name !== 'HSMusic Wiki') // smh
         .map(artist => relation('linkArtist', artist)),