« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateArtistCredit.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/content/dependencies/generateArtistCredit.js b/src/content/dependencies/generateArtistCredit.js
index e9af9cc5..196b5f32 100644
--- a/src/content/dependencies/generateArtistCredit.js
+++ b/src/content/dependencies/generateArtistCredit.js
@@ -110,7 +110,10 @@ export default {
 
     for (const link of relations.featuringContributionLinks) {
       link.setSlots({
-        showAnnotation: false,
+        showAnnotation:
+          (slots.featuringStringKey
+            ? false
+            : slots.showAnnotation),
       });
     }