diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-12-26 00:38:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 00:38:22 -0500 |
| commit | 50975d622679cccbcf70c2aa04fb0d9a8f7e04dc (patch) | |
| tree | 50edbba31737047ad4bef299bb76aca4358b38fc | |
| parent | 018964971a7d73d84e586ac5b74cd46654604c4b (diff) | |
Update songs.ts
| -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 32b483d..56895b8 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -605,7 +605,7 @@ export const songs = [ { artist: "Rick Astley", name: "Never Gonna Give You Up", youtubeId: "dQw4w9WgXcQ" }, { artist: "Depeche Mode", name: "Just Can't Get Enough", youtubeId: "kcaEdOBAQXU" }, { artist: "Billy Joel", name: "Pressure", youtubeId: "dFR6VoUdoTo" }, - { artist: "Jeff D. Elliott", name: "Top Secret", youtubeId: "okHAnJHdLwM" }, + { artist: "Jeff D. Elliott", name: "Top Secret (Maize)", youtubeId: "okHAnJHdLwM" }, { artist: "Imagine Dragons", name: "Radioactive", youtubeId: "3Yb2-CWjrME" }, { artist: "The Killers", name: "Somebody Told Me", youtubeId: "liRMxUT8A2c" }, { artist: "Culture Club", name: "Karma Chameleon", youtubeId: "S8Cv5XbG428" }, |
