« get me outta code hell

content: composer's release -> artist's release - 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:
author(quasar) nebula <qznebula@protonmail.com>2026-05-01 18:51:22 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-01 18:51:22 -0300
commitddbbf9da0c144cddd82f1c15dfb0de0d30637e85 (patch)
treed1ce91db3c463aa7276c22e70d53eb429a398105 /src/external-links.js
parent43f08c7810fb814896059aa41c77178f7317e80e (diff)
content: composer's release -> artist's release HEAD staging release
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 daf57b41..67ad5f50 100644
--- a/src/external-links.js
+++ b/src/external-links.js
@@ -33,7 +33,7 @@ export const externalLinkContexts = [
   'group',
   'track',
 
-  'composerRelease',
+  'artistRelease',
   'officialRelease',
 ];
 
@@ -262,10 +262,10 @@ export const externalLinkSpec = [
   {
     match: {
       domain: '.bandcamp.com',
-      context: 'composerRelease',
+      context: 'artistRelease',
     },
 
-    platform: 'bandcamp.composerRelease',
+    platform: 'bandcamp.artistRelease',
     handle: {domain: /^[^.]+/},
 
     icon: 'bandcamp',