From 921a135b81e9be6d716dd4ae33849fccdf2294b8 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Thu, 7 May 2026 14:18:03 -0400 Subject: Fix artist names in songs list --- src/constants/songs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/constants') 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" }, -- cgit v1.2.3