diff options
| -rw-r--r-- | src/constants/songs.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/constants/songs.ts b/src/constants/songs.ts index 3ffef3e..37c33f9 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -184,7 +184,7 @@ export const songs = [ { artist: "Gwen Stefani", name: "Hollaback Girl", youtubeId: "7YQESUr8Cxc" }, { artist: "Bobby \"Boris\" Pickett", name: "Monster Mash", youtubeId: "bRLML36HnzU" }, { artist: "Pete Townshend", name: "Let My Love Open The Door", youtubeId: "9dw29xpA0Qg" }, - { artist: "Tokyo Machine", name: "Hype", youtubeId: "74Yir_AP2Ts" }, + { artist: "Tokyo Machine", name: "Hype (Just Shapes & Beats)", youtubeId: "74Yir_AP2Ts" }, { artist: "Martin O’Donnell, Michael Salvatori", name: "One Final Effort (Halo 3)", youtubeId: "5b8zZmSZC_0" }, { artist: "Pat Benatar", name: "Shadows Of The Night", youtubeId: "J6hZ4NwFCg0" }, { artist: "Pink Floyd", name: "Time", youtubeId: "pgXozIma-Oc" }, @@ -248,7 +248,7 @@ export const songs = [ { artist: "Earth, Wind & Fire", name: "Let's Groove", youtubeId: "ltjio4AM2uw" }, { artist: "Billy Squier", name: "The Stroke", youtubeId: "5KOUEX_oG9k" }, { artist: "OK Go", name: "This Too Shall Pass", youtubeId: "jWsntzxlsPM" }, - { artist: "Nitro Fun", name: "Cheat Codes", youtubeId: "2Y9uceuIAxE" }, + { artist: "Nitro Fun", name: "Cheat Codes (Just Shapes & Beats)", youtubeId: "2Y9uceuIAxE" }, { artist: "REO Speedwagon", name: "Can't Fight This Feeling", youtubeId: "z_WYwfrMFko" }, { artist: "Skid Row", name: "Youth Gone Wild", youtubeId: "x6d07j_IL1M" }, { artist: "Katy Perry", name: "Firework", youtubeId: "S23IzDZBuBQ" }, @@ -929,7 +929,7 @@ export const songs = [ { artist: "Martin O’Donnell, Michael Salvatori", name: "On a Pale Horse (Halo: Combat Evolved)", youtubeId: "cvaEIiboA8w" }, { artist: "Mega Man X", name: "Storm Eagle (Sega Genesis Remix)", youtubeId: "F28uArEvtxI" }, { artist: "The Police", name: "Every Little Thing She Does Is Magic", youtubeId: "5WEjz2YoH80" }, - { artist: "Pegboard Nerds", name: "Try This", youtubeId: "GIK5VWI_iqM" }, + { artist: "Pegboard Nerds", name: "Try This (Just Shapes & Beats)", youtubeId: "GIK5VWI_iqM" }, { artist: "Jet", name: "Are You Gonna Be My Girl", youtubeId: "54dLepp2b0A" }, { artist: "Def Leppard", name: "Pour Some Sugar On Me", youtubeId: "Rqs4cMyMLnY" }, { artist: "R.E.M.", name: "The One I Love", youtubeId: "pBHBuFqy6I8" }, @@ -1117,7 +1117,7 @@ export const songs = [ { artist: "Survivor", name: "High on You", youtubeId: "coGPSIq1_NI" }, { artist: "The Knack", name: "My Sharona", youtubeId: "ZR-3r5Z9kqw" }, { artist: "Joan Jett", name: "Bad Reputation", youtubeId: "x6fB8KMUnz0" }, - { artist: "Nitro Fun", name: "New Game", youtubeId: "ZVkPmLt1qrM" }, + { artist: "Nitro Fun", name: "New Game (Just Shapes & Beats)", youtubeId: "ZVkPmLt1qrM" }, { artist: "Kiss", name: "I Was Made For Lovin' You", youtubeId: "12fJAnaif34" }, { artist: "_ensnare_", name: "There Is Always Love", youtubeId: "jD6QXl1_Fds" }, { artist: "Myrone", name: "Zadok", youtubeId: "04JrAnWnN5k" }, |
