From 2a747b770c1aa3f5163356b82d4896c057ab9cab Mon Sep 17 00:00:00 2001 From: Brendan F Date: Mon, 19 Feb 2024 15:55:51 -0800 Subject: Fix Sugar High Somehow getting around to fixing this the day before it comes up when made a note to fix it nearly 6 months ago --- src/constants/songs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants') diff --git a/src/constants/songs.ts b/src/constants/songs.ts index 6ff0b6c..7814ccc 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -295,7 +295,7 @@ export const songs = [ { artist: "Linkin Park", name: "Numb", youtubeId: "u-IcadiJCrE" }, { artist: "ABBA", name: "Waterloo", youtubeId: "9y-8ZiAJiQo" }, { artist: "M.O.O.N.", name: "'Crystals' [Hotline Miami Soundtrack]", youtubeId: "AVblOqZBlJw" }, - { artist: "Sugar High", name: "Approaching Nirvana", youtubeId: "ngsGBSCDwcI" }, + { artist: "Approaching Nirvana", name: "Sugar High", youtubeId: "ngsGBSCDwcI" }, { artist: "Toto", name: "Rosanna", youtubeId: "SGtVZgCYVgk" }, { artist: "Pet Shop Boys", name: "West End Girls", youtubeId: "-G8KmNF-xc4" }, { artist: "Daryl Hall & John Oates", name: "I Can't Go for That (No Can Do)", youtubeId: "Ry04tCx4Bqw" }, -- cgit v1.2.3