diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-07-19 10:59:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-19 10:59:23 -0700 |
| commit | b308399dbbcfdb4bfb81e951cdf3a664bd5f036a (patch) | |
| tree | b169a36e7a58a7903fbfc3c1819c3e33fe0813f2 /src | |
| parent | a14c88bcf71caac29d0ba076a807793abe466938 (diff) | |
Fix song
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 35beb2e..9256646 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -445,7 +445,7 @@ export const songs = [ { artist: "Third Eye Blind", name: "Jumper (1998 Edit)", youtubeId: "tjK8zK3TMJc" }, { artist: "Pitbull, Christina Aguilera", name: "Feel This Moment", youtubeId: "r90Wwl2MPq0" }, { artist: "Pitbull, Ke$ha", name: "Timber", youtubeId: "GcYF1xnmZTI" }, - { artist: "Tom Petty And The Heartbreakers", name: "American Girl", youtubeId: "SIhb-kNvL6M" }, + { artist: "Tom Petty And The Heartbreakers", name: "American Girl", youtubeId: "8v8-RSyuUeE" }, { artist: "Commodores", name: "Easy", youtubeId: "aCsZ3_db_Fk" }, { artist: "Chicago", name: "25 or 6 to 4", youtubeId: "JTzFh1dCoGg" }, { artist: "Genesis", name: "Land of Confusion", youtubeId: "CKrsAje9lxg" }, |
