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"]