From a14c88bcf71caac29d0ba076a807793abe466938 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Mon, 15 Jul 2024 00:10:59 -0700 Subject: Fix today’s song MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1db32d5..35beb2e 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -441,7 +441,7 @@ export const songs = [ { artist: "Toto", name: "Africa", youtubeId: "QAo_Ycocl1E" }, { artist: "Raspberries", name: "Go All The Way", youtubeId: "rtp8WSAzrGw" }, { artist: "Rihanna", name: "Disturbia", youtubeId: "wmGjajXDHKo" }, - { artist: "Phil Collins", name: "Sussudio", youtubeId: "5soq6RLoIz8" }, + { artist: "Phil Collins", name: "Sussudio", youtubeId: "q9xNhcvZ6UI" }, { artist: "Third Eye Blind", name: "Jumper (1998 Edit)", youtubeId: "tjK8zK3TMJc" }, { artist: "Pitbull, Christina Aguilera", name: "Feel This Moment", youtubeId: "r90Wwl2MPq0" }, { artist: "Pitbull, Ke$ha", name: "Timber", youtubeId: "GcYF1xnmZTI" }, -- cgit v1.2.3