From f3acd735a4bb48a14d0029f85a062e63bc3445ea Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 27 Oct 2023 15:29:53 -0700 Subject: [PATCH] chore: update 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 022b0fdf..26b3ddab 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -12,6 +12,10 @@ const artistAliases = { artist: 'Free Throw', aliases: ['Free Throw, Hot Mulligan & Tades Sanville'], }, + { + artist: 'Hot Mulligan', + aliases: ['Hot Mulligan & Less Gravity'], + }, { 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 db5c71cc..1d56488e 100644 --- a/src/_data/json/artist-aliases.json +++ b/src/_data/json/artist-aliases.json @@ -12,6 +12,10 @@ "artist": "Free Throw", "aliases": ["Free Throw, Hot Mulligan & Tades Sanville"] }, + { + "artist": "Hot Mulligan", + "aliases": ["Hot Mulligan & Less Gravity"] + }, { "artist": "Osees", "aliases": ["OCS", "The Ohsees", "Thee Oh Sees", "Thee Oh See's"]