diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-12-24 10:09:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-24 10:09:39 -0500 |
| commit | 5ac1fffb08f469a5d60401e00cce7564ce1d1bca (patch) | |
| tree | b5089f2ecaf483e590f571dc1f2468d15b61511b | |
| parent | 0505822623c004c122bb0d6eecb702e6db688694 (diff) | |
Correct song title for Kaskade entry
| -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 eb9f4a6..6c845a0 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -962,7 +962,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Wesley Willis", name: "I Wupped Batman's Ass", youtubeId: "k8gHubY94rA" }, { artist: "IceJJFish", name: "On The Floor (Official Music Video) ThatRaw.com Presents", youtubeId: "iq_d8VSM0nw" }, { artist: "Journey", name: "Only The Young", youtubeId: "AzWGWQ0jUY0" }, - { artist: "Kaskade", name: "Move For me", youtubeId: "FwKSZrF6aXE" }, + { artist: "Kaskade", name: "Move For Me", youtubeId: "atFTgQOF-cU" }, { artist: "Bill Wurtz", name: "Outside", youtubeId: "p0omtdahVJE" }, { artist: "Jars Of Clay", name: "Flood", youtubeId: "Dhrzoq3WbV4" }, { artist: "Mountain", name: "Mississippi Queen", youtubeId: "VbP4qf8PjfI" }, |
