diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 15:55:51 -0800 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 15:55:51 -0800 |
| commit | 2a747b770c1aa3f5163356b82d4896c057ab9cab (patch) | |
| tree | 3c85301fe4fd51bfc3a370ae6a537743cbb1e7f2 | |
| parent | ed50814a0595791c603d5f8bb3495576d29cb1a3 (diff) | |
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
| -rw-r--r-- | src/constants/songs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |
