diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2026-04-30 16:52:38 -0400 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2026-04-30 16:52:38 -0400 |
| commit | 3379890d4a5ae832c0a0d2ce3c1ee516c73a19be (patch) | |
| tree | 2cb17b33cd9c816991ea099460873700456ee4bb | |
| parent | df31a6a677faee41a3b1b2794b95cf32b768f56a (diff) | |
Fix shuffling in yesterday's song
| -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 da9fee7..0e75951 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -1088,7 +1088,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Pink Floyd", name: "Money", youtubeId: "2aW7HweAf3o" }, { artist: "Madness", name: "Our House", youtubeId: "r0KzvXf-_Zw" }, { artist: "Devo", name: "Whip It", youtubeId: "3bXEHGUvVrA" }, - { artist: "Journey", name: "Who's Crying Now", youtubeId: "X5pJYBjcKeI" }, + { artist: "Kenny Loggins", name: "Danger Zone (From \"Top Gun\" Original Soundtrack)", youtubeId: "yK0P1Bk8Cx4" }, { artist: "twenty one pilots", name: "Formidable", youtubeId: "UoNSBtZgtQ0" }, { artist: "_ensnare_", name: "There Is Always Love", youtubeId: "jD6QXl1_Fds" }, { artist: "Empire Of The Sun", name: "Walking On A Dream", youtubeId: "rXsQmkz1T7A" }, @@ -1096,7 +1096,6 @@ 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: "Kenny Loggins", name: "Danger Zone (From \"Top Gun\" Original Soundtrack)", youtubeId: "yK0P1Bk8Cx4" }, { artist: "Stuck Like Glue", name: "Sugarland (With Lyrics)", youtubeId: "5Q9Gou6d9Uo" }, { artist: "Blondie", name: "Call Me", youtubeId: "tykf2xYPNdc" }, { artist: "Living In A Box", name: "Living in a Box", youtubeId: "_7iFGOtWrjs" }, @@ -1131,6 +1130,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Lake Street Dive", name: "Hypotheticals", youtubeId: "X9rcW9e6hWY" }, { artist: "Nitro Fun", name: "New Game (Just Shapes & Beats)", youtubeId: "ZVkPmLt1qrM" }, { artist: "Kenny Chesney", name: "I Go Back", youtubeId: "JRldiUwk2Zw" }, + { artist: "Journey", name: "Who's Crying Now", youtubeId: "X5pJYBjcKeI" }, { artist: "twenty one pilots", name: "Lavish", youtubeId: "3uiVP-CFvog" }, { artist: "Murray Head", name: "One Night In Bangkok", youtubeId: "Ix3WVxFzW_M" }, { artist: "MGMT", name: "Little Dark Age", youtubeId: "ETEg-SB01QY" }, |
