diff options
| 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 |
| commit | ddbbf9da0c144cddd82f1c15dfb0de0d30637e85 (patch) | |
| tree | d1ce91db3c463aa7276c22e70d53eb429a398105 /src/external-links.js | |
| parent | 43f08c7810fb814896059aa41c77178f7317e80e (diff) | |
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 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', |