diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-06-22 13:37:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-22 13:37:54 -0700 |
| commit | 3828f504e37825c443980678a69ff245997a91ec (patch) | |
| tree | d3b7a1a8f7479e34db0918213a2bf35377a395ae /src/constants | |
| parent | fac1729cb9cde4a411f4fab9c09e999bb7cb37d4 (diff) | |
Update songs.ts
Rig a song for the 4th of July
Diffstat (limited to 'src/constants')
| -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 89f2ac2..1db32d5 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -431,6 +431,7 @@ export const songs = [ { artist: "Jon Bellion, Travis Mendes", name: "Guillotine", youtubeId: "58p4OTAP91c" }, { artist: "Yolanda Be Cool, DCup", name: "We No Speak Americano (Original Mix)", youtubeId: "lygg5Ju0nNU" }, { artist: "Steely Dan", name: "Peg", youtubeId: "u_pt3khMRFs" }, + { artist: "Lee Greenwood", name: "God Bless The U.S.A.", youtubeId: "zR0lxM-IyUs" }, { artist: "Journey", name: "Faithfully", youtubeId: "YalgKfrOdsI" }, { artist: "Stevie Nicks", name: "Edge of Seventeen", youtubeId: "b5bgQjTmm3g" }, { artist: "The Buggles", name: "Video Killed The Radio Star", youtubeId: "i4RfVRhhhNI" }, @@ -1055,7 +1056,6 @@ export const songs = [ { artist: "Modern English", name: "I Melt with You (7\" Mix)", youtubeId: "Is-osO04u3c" }, { artist: "Foreigner", name: "Feels like the First Time", youtubeId: "cDUEMvCKLis" }, { artist: "Robbie Williams", name: "Rock DJ", youtubeId: "ZLyyT9yW9kA" }, - { artist: "Lee Greenwood", name: "God Bless The U.S.A.", youtubeId: "zR0lxM-IyUs" }, { artist: "Michelle Branch", name: "Everywhere", youtubeId: "UCzLhySDWME" }, { artist: "Dire Straits", name: "Money for Nothing", youtubeId: "T82VtnfKGd8" }, { artist: "Billy Idol", name: "White Wedding (Pt. 1)", youtubeId: "o5oTrvdNoP4" }, |
