diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-09-14 08:55:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 08:55:11 -0700 |
| commit | 0e6c7ab734f4420014b0308f5c838e414f1857d9 (patch) | |
| tree | 1264e9fee17ffe4022930e884fc7f7ca24505e58 | |
| parent | 74c9fe85ea529570ed805ac5c6b4b6d43b3107da (diff) | |
Remove duplicate song
| -rw-r--r-- | src/constants/songs.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/constants/songs.ts b/src/constants/songs.ts index 9256646..3ffef3e 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -670,7 +670,6 @@ export const songs = [ { artist: "Toby Fox", name: "Death by Glamour (Undertale)", youtubeId: "2TgO-tN5wAM" }, { artist: "Buster Poindexter and His Banshees Of Blue", name: "Hot Hot Hot", youtubeId: "bKP18BpvX_o" }, { artist: "Michael Jackson", name: "Rock with You", youtubeId: "OvzJZTkWYoY" }, - { artist: "Barbra Streisand", name: "Memory", youtubeId: "wbqsd4Flxh4" }, { artist: "Grand Funk Railroad", name: "We're An American Band", youtubeId: "QxNXFNCTr2I" }, { artist: "Paul Simon", name: "You Can Call Me Al", youtubeId: "OMbfT3Wppjo" }, { artist: "Hot Chelle Rae, New Boyz", name: "I Like It Like That", youtubeId: "Xvs5YJ7-two" }, |
