From 8465227c8efef45c9140507f2c799eaf3ec962c0 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sat, 18 Apr 2026 09:45:46 -0400 Subject: Fix YouTube ID for 'Psycho Killer' by Talking Heads --- src/constants/songs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3