diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-07-12 23:39:11 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-07-12 23:39:11 -0700 |
| commit | 8e4d04a8b6f3523ab8732bc87739aa377ed25cfb (patch) | |
| tree | 2ec529b3b54fc63978a4d4dad6b4788d1c24fdc3 /src | |
| parent | 841cf787519c726ddc5873ed3d1995ca3b352544 (diff) | |
Remove "Lyrics"
Diffstat (limited to 'src')
| -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 3e0d25d..48093ec 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -669,7 +669,7 @@ export const songs = [ { artist: "Kiss", name: "Detroit Rock City (Edit)", youtubeId: "jUIAf-2Hre4" }, { artist: "Toto", name: "Africa", youtubeId: "QAo_Ycocl1E" }, { artist: "Otis Redding", name: "[Sittin' On] the Dock of the Bay", youtubeId: "Zu5chXCp1Ag" }, - { artist: "Aerosmith", name: "Dude Looks Like A Lady (Lyrics)", youtubeId: "acQ6jLe3R8E" }, + { artist: "Aerosmith", name: "Dude Looks Like A Lady", youtubeId: "acQ6jLe3R8E" }, { artist: "Tom Petty", name: "Free Fallin'", youtubeId: "ikum949djQM" }, { artist: "Beastie Boys", name: "Brass Monkey", youtubeId: "acY2VSskD80" }, { artist: "Fleetwood Mac", name: "You Make Loving Fun", youtubeId: "RqjXn2NflqU" }, |
