diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-14 09:44:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 09:44:11 -0800 |
| commit | 7ca5ef10d34f9ee8ccb95826d9e5094715817a57 (patch) | |
| tree | a6dadcedf68f898afe87234e75c6edfc32a8e464 | |
| parent | a6194924dc2a82badf20d5c529823935d81e46fd (diff) | |
Update songs.ts
Skip age-restricted “Cum On Feel the Noize”
| -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 198d622..6ff0b6c 100644 --- a/src/constants/songs.ts +++ b/src/constants/songs.ts @@ -288,7 +288,7 @@ 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: "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" }, |
