diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-04-16 08:01:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 08:01:46 -0700 |
| commit | 5f4071ce9e26e042e189589a279c5fa24297ef84 (patch) | |
| tree | d1e0b09bcd7323316957a5ce3680ca4ee462a56b | |
| parent | e503ac1e0b0489e5fd75b838c50ebdeb12890ddd (diff) | |
Update songs.ts
Fix The Breakup Song
| -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 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" }, |
