diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-09-11 00:55:33 -0400 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-09-11 00:55:33 -0400 |
| commit | 50d4362ea8fcc9df06ce587e1b11e8ec60d5437d (patch) | |
| tree | a913d7dcab7c62d1eb5e5cc46037182e629d5747 | |
| parent | c8a712776fae6ba46a81b3d57c8f2190dbec29f4 (diff) | |
Fix song
| -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 ab1ad47..8314dd4 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -858,7 +858,7 @@ export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il { artist: "Eurythmics, Annie Lennox, Dave Stewart", name: "Thorn In My Side", youtubeId: "-kDlEZb_7so" }, { artist: "Derek & The Dominos", name: "Layla", youtubeId: "TngViNw2pOo" }, { artist: "Billy Joel", name: "Say Goodbye to Hollywood", youtubeId: "SrFy957l8ko" }, - { artist: "Prince", name: "When Doves Cry", youtubeId: "oTUSeac7IuQ" }, + { artist: "Prince", name: "When Doves Cry", youtubeId: "Izx6DQUrsag" }, { artist: "Yes", name: "Leave It (Single Remix)", youtubeId: "tSgz2B-Nn5Y" }, { artist: "Aretha Franklin", name: "Respect", youtubeId: "A134hShx_gw" }, { artist: "Above & Beyond", name: "Giving It Out (feat. Zoƫ Johnston)", youtubeId: "5hJE3JCexDM" }, |
