From 5f4071ce9e26e042e189589a279c5fa24297ef84 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Tue, 16 Apr 2024 08:01:46 -0700 Subject: Update songs.ts Fix The Breakup Song --- 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 c09b0ae..f21adfc 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -351,7 +351,7 @@ export const songs = [ { artist: "Journey", name: "Don't Stop Believin'", youtubeId: "1k8craCGpgs" }, { artist: "Duran Duran", name: "Hungry Like the Wolf", youtubeId: "qCeyLsDHsKk" }, { artist: "John Mayer", name: "No Such Thing", youtubeId: "0LWAGLMBB2M" }, - { artist: "Greg Kihn Band", name: "The Breakup Song", youtubeId: "fmyidCAFMtg" }, + { artist: "Greg Kihn Band", name: "The Breakup Song", youtubeId: "AffLdombeOk" }, { artist: "Evanescence", name: "My Immortal", youtubeId: "RxrTVf2vkLs" }, { artist: "Eric Clapton", name: "Cocaine", youtubeId: "8QYdIswhbY4" }, { artist: "The Black Keys", name: "Gold on the Ceiling", youtubeId: "8tPsaSPraks" }, -- cgit v1.2.3