diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-16 18:29:55 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-09-27 05:16:40 -0300 |
commit | aa9d09819a49bfdbf3736d105324b5f72d86e925 (patch) | |
tree | b0a68d8d0724979fc8d695dfb52bf2c79e234231 /src/external-links.js | |
parent | b935e025bd4efc5b5db7ef2eeddfc27b708ab8b6 (diff) |
[staging] content: generateReleaseInfoListenLine: composer's release
Diffstat (limited to 'src/external-links.js')
-rw-r--r-- | src/external-links.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/external-links.js b/src/external-links.js index 67ad5f50..daf57b41 100644 --- a/src/external-links.js +++ b/src/external-links.js @@ -33,7 +33,7 @@ export const externalLinkContexts = [ 'group', 'track', - 'artistRelease', + 'composerRelease', 'officialRelease', ]; @@ -262,10 +262,10 @@ export const externalLinkSpec = [ { match: { domain: '.bandcamp.com', - context: 'artistRelease', + context: 'composerRelease', }, - platform: 'bandcamp.artistRelease', + platform: 'bandcamp.composerRelease', handle: {domain: /^[^.]+/}, icon: 'bandcamp', |