From 086c0b19f42979a41a91e8d932ac4111bffad042 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 2 Jun 2020 15:45:32 -0400 Subject: [PATCH] attempting to add youtube..? --- ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.js b/ui.js index b3b286a..f8094b8 100644 --- a/ui.js +++ b/ui.js @@ -67,6 +67,7 @@ function uiCommand() { const telegram = req.body.telegram ? req.body.telegram : null; const twitter = req.body.twitter ? req.body.twitter : null; const xda = req.body.xda ? req.body.xda : null; + const youtube = req.body.youtube ? req.body.youtube : null; const background = req.body.background ? req.body.background : "https://source.unsplash.com/1280x720/?wallpaper";