From 7ca5ef10d34f9ee8ccb95826d9e5094715817a57 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Wed, 14 Feb 2024 09:44:11 -0800 Subject: Update songs.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Skip age-restricted “Cum On Feel the Noize” --- src/constants/songs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" }, -- cgit v1.2.3