From e503ac1e0b0489e5fd75b838c50ebdeb12890ddd Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sat, 13 Apr 2024 00:18:39 -0400 Subject: Update songs.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix Don’t Stop Believin --- src/constants/songs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3