diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2026-05-07 14:18:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 14:18:03 -0400 |
| commit | 921a135b81e9be6d716dd4ae33849fccdf2294b8 (patch) | |
| tree | 01a0a777b1c78a53324d7b2f66e74209b901bd2a | |
| parent | 3379890d4a5ae832c0a0d2ce3c1ee516c73a19be (diff) | |
Fix artist names in songs list
| -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 0e75951..1b73f41 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -1096,7 +1096,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Styx", name: "Renegade", youtubeId: "E9eLz4DrwF8" }, { artist: "Earth, Wind & Fire, The Emotions", name: "Boogie Wonderland", youtubeId: "2Hp8adWkSFU" }, { artist: "twenty one pilots", name: "Robot Voices", youtubeId: "BBS7sLUdJ-o" }, - { artist: "Stuck Like Glue", name: "Sugarland (With Lyrics)", youtubeId: "5Q9Gou6d9Uo" }, + { artist: "Sugarland", name: "Stuck Like Glue", youtubeId: "5Q9Gou6d9Uo" }, { artist: "Blondie", name: "Call Me", youtubeId: "tykf2xYPNdc" }, { artist: "Living In A Box", name: "Living in a Box", youtubeId: "_7iFGOtWrjs" }, { artist: "Fleetwood Mac", name: "Rhiannon", youtubeId: "0xGPi-Al3zQ" }, @@ -1151,7 +1151,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "The Cars", name: "Let's Go", youtubeId: "BrmevLXE_kM" }, { artist: "Huey Lewis & The News", name: "The Heart Of Rock & Roll (Single Edit)", youtubeId: "z8rZ_iS2vX8" }, { artist: "Creedence Clearwater Revival", name: "Green River", youtubeId: "w0VI1zByJ3s" }, - { artist: "she thinks my tractor's sexy", name: "Kenny Chesney", youtubeId: "_R25dKqcdYs" }, + { artist: "Kenny Chesney", name: "She Thinks My Tractor's Sexy", youtubeId: "_R25dKqcdYs" }, { artist: "Michael McDonald", name: "I Keep Forgettin' (Every Time You're Near)", youtubeId: "L0qBulm0hbg" }, { artist: "twenty one pilots", name: "Saturday", youtubeId: "eY43Sy1wTc0" }, { artist: "twenty one pilots", name: "Center Mass", youtubeId: "RWRoTM_y1kI" }, |
