diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 80c7bad8..95cc7a6f 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -9,7 +9,7 @@ const artistAliases = { "aliases": ["Sleepwalker & Fen"] }, { - "artist": "Free Throw" + "artist": "Free Throw", "aliases": ["Free Throw, Hot Mulligan & Tadss Sanville"] }, { diff --git a/src/_data/json/artist-aliases.json b/src/_data/json/artist-aliases.json index be9f77ba..09d7c4d9 100644 --- a/src/_data/json/artist-aliases.json +++ b/src/_data/json/artist-aliases.json @@ -9,7 +9,7 @@ "aliases": ["Sleepwalker & Fen"] }, { - "artist": "Free Throw" + "artist": "Free Throw", "aliases": ["Free Throw, Hot Mulligan & Tadss Sanville"] }, {