From 8e45f946dc09cd3a5a8ae918138fe7366d4ae3a0 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sat, 30 Mar 2024 00:46:02 -0400 Subject: Update songs.ts Fix What is Love --- 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 4a36e1d..2ff826d 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -334,7 +334,7 @@ export const songs = [ { artist: "Herman's Hermits", name: "I'm Into Something Good", youtubeId: "MDUCOwp1p60" }, { artist: "Def Leppard", name: "Armageddon It", youtubeId: "GgUnqQbNzoE" }, { artist: "Seal", name: "Kiss from a Rose", youtubeId: "49ubX7n1BaQ" }, - { artist: "Haddaway", name: "What Is Love (7\" Mix)", youtubeId: "bizWqF8BmM0" }, + { artist: "Haddaway", name: "What Is Love", youtubeId: "OFNrN_6Ta5I" }, { artist: "REO Speedwagon", name: "Keep on Loving You", youtubeId: "XKc7z-enzmA" }, { artist: "LMFAO", name: "Sexy And I Know It", youtubeId: "NqiTCzvTk6I" }, { artist: "Styx", name: "Why Me", youtubeId: "g4bCHctqmHs" }, -- cgit v1.2.3