diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2026-04-18 09:45:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-18 09:45:46 -0400 |
| commit | 8465227c8efef45c9140507f2c799eaf3ec962c0 (patch) | |
| tree | f92d2d297a2bf6ee6cf3e35cb92b5bc9e159be4d | |
| parent | 40edbcec966f7b82bcb6c3976e9f341d00ba23ac (diff) | |
Fix YouTube ID for 'Psycho Killer' by Talking Heads
| -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 28f1263..93094f8 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -1077,7 +1077,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Sum 41", name: "In Too Deep", youtubeId: "ecHf1zkYRVg" }, { artist: "Tom Petty And The Heartbreakers", name: "Refugee", youtubeId: "8vDgheSFX04" }, { artist: "Dolly Parton", name: "9 to 5", youtubeId: "E4OzdyxbOuU" }, - { artist: "Talking Heads", name: "Psycho Killer", youtubeId: "tqQGWhge5yo" }, + { artist: "Talking Heads", name: "Psycho Killer", youtubeId: "eauZzwt8Ci8" }, { artist: "T. Rex", name: "Bang a Gong (Get It On)", youtubeId: "gEeHOOudKOw" }, { artist: "Def Leppard", name: "Rock Of Ages", youtubeId: "fTAOLmEba4I" }, { artist: "Mike Posner", name: "Cooler Than Me (Single Mix)", youtubeId: "Bsr8hb3TPBI" }, |
