« get me outta code hell

content: drop "with other artists" for real - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateArtistInfoPageChunkItem.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-01-11 11:36:51 -0400
committer(quasar) nebula <qznebula@protonmail.com>2026-01-11 11:36:51 -0400
commit457dddfcc40f97de8263a842d47fe1493a89150b (patch)
treea9bd3fc4c8c677d55363a3fe9a7acf81b23770e9 /src/content/dependencies/generateArtistInfoPageChunkItem.js
parent953f09124c4cddeac78ffa57cfc6dc88d7720d74 (diff)
content: drop "with other artists" for real
Diffstat (limited to 'src/content/dependencies/generateArtistInfoPageChunkItem.js')
-rw-r--r--src/content/dependencies/generateArtistInfoPageChunkItem.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/content/dependencies/generateArtistInfoPageChunkItem.js b/src/content/dependencies/generateArtistInfoPageChunkItem.js
index cf45a37c..457e82f5 100644
--- a/src/content/dependencies/generateArtistInfoPageChunkItem.js
+++ b/src/content/dependencies/generateArtistInfoPageChunkItem.js
@@ -22,10 +22,6 @@ export default {
       mutable: false,
     },
 
-    otherArtistLinks: {
-      validate: v => v.strictArrayOf(v.isHTML),
-    },
-
     rereleaseTooltip: {
       type: 'html',
       mutable: false,
@@ -67,10 +63,6 @@ export default {
                   text: language.$(entryCapsule, 'firstRelease.term'),
                   tooltip: slots.firstReleaseTooltip,
                 });
-            } else if (!empty(slots.otherArtistLinks)) {
-              workingCapsule += '.withArtists';
-              workingOptions.artists =
-                language.formatConjunctionList(slots.otherArtistLinks);
             }
 
             if (!html.isBlank(slots.annotation)) {