Skip to content

Commit 505d557

Browse files
committed
external-links: Amazon Music
1 parent c45b007 commit 505d557

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/strings-default.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ misc:
514514
_: "{LINK} ({ANNOTATION})"
515515
annotation: "invalid URL"
516516

517+
amazonMusic: "Amazon Music"
517518
appleMusic: "Apple Music"
518519
artstation: "ArtStation"
519520
bandcamp: "Bandcamp"

src/util/external-links.js

+12
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,18 @@ export const externalLinkSpec = [
210210

211211
// Generic domains, sorted alphabetically (by string)
212212

213+
{
214+
match: {
215+
domains: [
216+
'music.amazon.co.jp',
217+
'music.amazon.com',
218+
],
219+
},
220+
221+
platform: 'amazonMusic',
222+
icon: 'globe',
223+
},
224+
213225
{
214226
match: {domain: 'music.apple.com'},
215227
platform: 'appleMusic',

0 commit comments

Comments
 (0)