« get me outta code hell

[preview] 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 19:16:11 -0300
commitbf8646c7384d3d73827e640c2afec5a8bc08da72 (patch)
tree72dd91533a1023ce0f64ac2de5cf5185dfea3c1f /src/external-links.js
parenta1d39a16ab3ed60a9af4ef277fbf5c4a98a84b2d (diff)
[preview] content: composer's release -> artist's 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 409ff503..6624082b 100644
--- a/src/external-links.js
+++ b/src/external-links.js
@@ -31,7 +31,7 @@ export const externalLinkContexts = [
   'group',
   'track',
 
-  'composerRelease',
+  'artistRelease',
   'officialRelease',
 ];
 
@@ -260,10 +260,10 @@ export const externalLinkSpec = [
   {
     match: {
       domain: '.bandcamp.com',
-      context: 'composerRelease',
+      context: 'artistRelease',
     },
 
-    platform: 'bandcamp.composerRelease',
+    platform: 'bandcamp.artistRelease',
     handle: {domain: /^[^.]+/},
 
     icon: 'bandcamp',