Skip to content

Commit 6285a05

Browse files
committed
content: generateArtistCredit: show featuring annotation sometimes
1 parent 2767004 commit 6285a05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/dependencies/generateArtistCredit.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ export default {
110110

111111
for (const link of relations.featuringContributionLinks) {
112112
link.setSlots({
113-
showAnnotation: false,
113+
showAnnotation:
114+
(slots.featuringStringKey
115+
? false
116+
: slots.showAnnotation),
114117
});
115118
}
116119

0 commit comments

Comments
 (0)