diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-04-05 12:10:28 -0400 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-04-05 12:10:28 -0400 |
| commit | 8ff903c9f46e7022ae70274bc2b49bccd2451a8d (patch) | |
| tree | 5a3ba6012468905a700ef5016bfbabcb75ff1247 /src | |
| parent | 690f1c6d186283d159a80fbd75c4a21d3fdf37e4 (diff) | |
Align line number with day number
Diffstat (limited to 'src')
| -rw-r--r-- | src/constants/songs.ts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/constants/songs.ts b/src/constants/songs.ts index d0cf37c..f4a0278 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -1,9 +1,4 @@ -export const songs = [ - { - artist: "CAKE", - name: "The Distance", - youtubeId: "JH6il8U3EU0" - }, +export const songs = [ { artist: "CAKE", name: "The Distance", youtubeId: "JH6il8U3EU0" }, { artist: "Avril Lavigne", name: "Girlfriend", youtubeId: "g0TiuFwX0r8" }, { artist: "Anders Nilsen", name: "Salsa Tequila", youtubeId: "CgZDGe_5xS4" }, { artist: "Linkin Park", name: "Bleed It Out", youtubeId: "bSwzZoLCoZ0" }, @@ -288,7 +283,6 @@ export const songs = [ { artist: "Prince & The Revolution", name: "I Would Die 4 U", youtubeId: "hkNl3pq1twE" }, { artist: "Linkin Park", name: "What I've Done", youtubeId: "Jrprk5dNboI" }, { artist: "Daft Punk, Pharrell Williams, Nile Rodgers", name: "Get Lucky (feat. Pharrell Williams and Nile Rodgers)", youtubeId: "4D7u5KF7SP8" }, - //{ artist: "Quiet Riot", name: "Cum on Feel the Noize", youtubeId: "XQ5mygB97nM" }, { artist: "Evanescence", name: "Bring Me To Life", youtubeId: "-eGM0IJc70Y" }, { artist: "Bruce Springsteen", name: "Glory Days", youtubeId: "GLBnj159q3s" }, { artist: "twenty one pilots", name: "Holding on to You", youtubeId: "_t8HWppY4T0" }, |
