diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-06-17 22:10:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-17 22:10:14 -0700 |
| commit | ab4c1045147f222ae83d91484d4b8ceeeb6386a9 (patch) | |
| tree | 49be25d295c1bcdaefb5a40d249f54a65760f546 | |
| parent | 11f0fd5b4b0cd2fad0d38cc611c43918f667fece (diff) | |
Fix Working for the Weekend
| -rw-r--r-- | src/constants/songs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/songs.ts b/src/constants/songs.ts index 692e52a..053a9ec 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -773,7 +773,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "EHAMIC, Frédéric Chopin", name: "Koinu no Carnival (from \"Minute Waltz\")", youtubeId: "ZhZxKhAilZk" }, { artist: "Empire Of The Sun", name: "We Are The People", youtubeId: "r02mYOlfcCw" }, { artist: "Ben Folds", name: "Rockin' the Suburbs", youtubeId: "nD30KV26ivg" }, - { artist: "Loverboy", name: "Working for the Weekend", youtubeId: "wajEoz-Sm8U" }, + { artist: "Loverboy", name: "Working for the Weekend", youtubeId: "cxhj1Is7HpY" }, { artist: "Sly & The Family Stone", name: "Everyday People", youtubeId: "TU02G4wnWh0" }, { artist: "Asia", name: "Heat Of The Moment", youtubeId: "nvdYll1euGU" }, { artist: "The Cult", name: "She Sells Sanctuary", youtubeId: "cQS4TzB0EvU" }, |
