diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2026-04-26 09:16:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-26 09:16:52 -0400 |
| commit | b02bf6202f9eaf1a10ec071ebfa9808c4699e134 (patch) | |
| tree | 856be2479119bb9822b0e93a8ce83e96f96daedb | |
| parent | 8982f28ae7ce9b4245de1ae23d5cfb71ae62f8bf (diff) | |
Update YouTube ID for Pink Floyd's 'Money'
| -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 93094f8..50b43bc 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -1085,7 +1085,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Huey Lewis & The News", name: "I Want A New Drug", youtubeId: "0PhqlB-uTX8" }, { artist: "Cher", name: "Believe", youtubeId: "oOGxKLUMbbc" }, { artist: "Coldplay", name: "Speed of Sound", youtubeId: "04tC72kZM_o" }, - { artist: "Pink Floyd", name: "Money", youtubeId: "rwPM01cbQBc" }, + { artist: "Pink Floyd", name: "Money", youtubeId: "2aW7HweAf3o" }, { artist: "Madness", name: "Our House", youtubeId: "r0KzvXf-_Zw" }, { artist: "Devo", name: "Whip It", youtubeId: "3bXEHGUvVrA" }, { artist: "Kenny Loggins", name: "Danger Zone (From \"Top Gun\" Original Soundtrack)", youtubeId: "9ID4RAqCqnQ" }, |
