From 02436ee6faa1825c739bb2000de1baac7ab0ee94 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 13 Oct 2023 07:28:36 -0700 Subject: [PATCH] chore: add aliases --- netlify/edge-functions/now-playing.js | 4 ++++ src/_data/json/artist-aliases.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 4b3f21a8..80c7bad8 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -8,6 +8,10 @@ const artistAliases = { "artist": "Fen", "aliases": ["Sleepwalker & Fen"] }, + { + "artist": "Free Throw" + "aliases": ["Free Throw, Hot Mulligan & Tadss Sanville"] + }, { "artist": "Osees", "aliases": ["OCS", "The Ohsees", "Thee Oh Sees", "Thee Oh See's"] diff --git a/src/_data/json/artist-aliases.json b/src/_data/json/artist-aliases.json index f61a778c..be9f77ba 100644 --- a/src/_data/json/artist-aliases.json +++ b/src/_data/json/artist-aliases.json @@ -8,6 +8,10 @@ "artist": "Fen", "aliases": ["Sleepwalker & Fen"] }, + { + "artist": "Free Throw" + "aliases": ["Free Throw, Hot Mulligan & Tadss Sanville"] + }, { "artist": "Osees", "aliases": ["OCS", "The Ohsees", "Thee Oh Sees", "Thee Oh See's"]