« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/external-links.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/external-links.js')
-rw-r--r--src/external-links.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/external-links.js b/src/external-links.js
index 247b70f4..ab1555bd 100644
--- a/src/external-links.js
+++ b/src/external-links.js
@@ -31,7 +31,7 @@ export const externalLinkContexts = [
   'group',
   'track',
 
-  'artistRelease',
+  'composerRelease',
   'officialRelease',
 ];
 
@@ -260,10 +260,10 @@ export const externalLinkSpec = [
   {
     match: {
       domain: '.bandcamp.com',
-      context: 'artistRelease',
+      context: 'composerRelease',
     },
 
-    platform: 'bandcamp.artistRelease',
+    platform: 'bandcamp.composerRelease',
     handle: {domain: /^[^.]+/},
 
     icon: 'bandcamp',