diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-06-02 08:36:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 15:36:31 +0000 |
| commit | d4304601af3a6abd130de418ac4a17b5bf4df469 (patch) | |
| tree | dec31479661398623695e6ee438ae4470943d981 /src/constants/songs.ts | |
| parent | 27f5b4ee9333aba6759074c7004c75ef1e629dfe (diff) | |
Fix In the Air Tonight (#29)
Diffstat (limited to 'src/constants/songs.ts')
| -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 30f79f1..0938e15 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -757,7 +757,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Black Sabbath", name: "Paranoid", youtubeId: "v24ljjtqb-U" }, { artist: "U2", name: "Pride (In The Name Of Love)", youtubeId: "nIPJ0TPf3sQ" }, { artist: "Savage Garden", name: "Truly Madly Deeply", youtubeId: "5lGqXIiDxFM" }, - { artist: "Phil Collins", name: "In The Air Tonight", youtubeId: "y7f0x_UFfJE" }, + { artist: "Phil Collins", name: "In The Air Tonight", youtubeId: "MN3x-kAbgFU" }, { artist: "Simon & Garfunkel", name: "The Sound of Silence (Electric Version)", youtubeId: "bjkPQYWNTlg" }, { artist: "The Fratellis", name: "Chelsea Dagger", youtubeId: "2gDb_axpfeY" }, { artist: "Boston", name: "Feelin' Satisfied", youtubeId: "5Gh-gQY1dus" }, |
