diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2026-03-11 09:08:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-11 09:08:47 -0400 |
| commit | 8dfc7cf7ce028658e74322c620317b9a67d150f1 (patch) | |
| tree | b6701020380acea6198078e1e0d4c508914777e9 | |
| parent | 04a680932422039743e907c25e7c7296b56def77 (diff) | |
Update artist names for song entries
| -rw-r--r-- | src/constants/songs.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/songs.ts b/src/constants/songs.ts index 8a09064..89ecac9 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -189,7 +189,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Steve Miller Band", name: "The Joker", youtubeId: "tYTgtsCm0DA" }, { artist: "Barenaked Ladies", name: "Pinch Me (Radio Version)", youtubeId: "udBWSiRL7yU" }, { artist: "Foo Fighters", name: "Learn to Fly", youtubeId: "HJMLLKgknvk" }, - { artist: "[HD] The Protomen", name: "Act II", youtubeId: "gkLvpt9Z3fA" }, + { artist: "The Protomen", name: "Act II", youtubeId: "gkLvpt9Z3fA" }, { artist: "The Who", name: "Eminence Front", youtubeId: "BfrUQA2tb6M" }, { artist: "Led Zeppelin", name: "Black Dog", youtubeId: "XIiu0JI3I5g" }, { artist: "Rascal Flatts", name: "Life is a Highway", youtubeId: "Zh-ZUrc-aLI" }, @@ -1039,7 +1039,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Eminem", name: "The Real Slim Shady", youtubeId: "r5MR7_INQwg" }, { artist: "Wolfmother", name: "Joker And The Thief", youtubeId: "iR5RY7pnMGI" }, { artist: "Nelly Furtado", name: "I'm Like A Bird", youtubeId: "QPvpSMkQsO4" }, - { artist: "Thomas Bergersen", name: "Protectors of the Earth", youtubeId: "Y54rf5FfO90" }, + { artist: "Two Steps from Hell, Thomas Bergersen", name: "Protectors of the Earth", youtubeId: "Y54rf5FfO90" }, { artist: "Atlanta Rhythm Section", name: "So Into You", youtubeId: "wzCdSJu5xqI" }, { artist: "blink-182", name: "All The Small Things", youtubeId: "5_PBNZXlzp0" }, { artist: "Greg Kihn Band", name: "Jeopardy", youtubeId: "5iZSlA4s5Xs" }, |
