diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-07-15 00:10:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 00:10:59 -0700 |
| commit | a14c88bcf71caac29d0ba076a807793abe466938 (patch) | |
| tree | 077ee747a256e90229befb470b7330b39d925e25 /src | |
| parent | 96ce72cce624072913aeab0bb80de16d4b780c36 (diff) | |
Fix today’s song
Diffstat (limited to 'src')
| -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 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" }, |
