From d1f055834c509032378b22bdce5f86826efac961 Mon Sep 17 00:00:00 2001 From: ~P Date: Mon, 3 Jan 2022 01:19:52 -0500 Subject: [PATCH] Update known links to include YouTube Music Include YouTube Music as known link. Haven't seen it as a link on MusicBrainz results yet, but figured it should be around.... Right? --- source/ts/utilities/known-links.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/ts/utilities/known-links.json b/source/ts/utilities/known-links.json index 10725f4..431a9ea 100644 --- a/source/ts/utilities/known-links.json +++ b/source/ts/utilities/known-links.json @@ -34,5 +34,9 @@ { "regex": "tidal\\.com$", "text": "Tidal" - } + }, + { + "regex": "music\\.youtube\\.com$", + "text": "YouTube Music" + } ]