diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-04-13 00:18:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 00:18:39 -0400 |
| commit | e503ac1e0b0489e5fd75b838c50ebdeb12890ddd (patch) | |
| tree | c1233fe02f6afca49aebe6285b938ec04c247530 /src | |
| parent | 8e45f946dc09cd3a5a8ae918138fe7366d4ae3a0 (diff) | |
Update songs.ts
Fix Don’t Stop Believin
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 2ff826d..c09b0ae 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -348,7 +348,7 @@ export const songs = [ { artist: "White Town", name: "Your Woman", youtubeId: "3NoIusrv9OA" }, { artist: "Snow Patrol", name: "Chasing Cars", youtubeId: "sgj04v5sDm4" }, { artist: "Aaron Smith, Krono, Luvli", name: "Dancin (Krono Remix)", youtubeId: "LjtvF_UuRIU" }, - { artist: "Journey", name: "Don't Stop Believin'", youtubeId: "kMgaA6RkcVU" }, + { artist: "Journey", name: "Don't Stop Believin'", youtubeId: "1k8craCGpgs" }, { artist: "Duran Duran", name: "Hungry Like the Wolf", youtubeId: "qCeyLsDHsKk" }, { artist: "John Mayer", name: "No Such Thing", youtubeId: "0LWAGLMBB2M" }, { artist: "Greg Kihn Band", name: "The Breakup Song", youtubeId: "fmyidCAFMtg" }, |
