attempting to add youtube..?

This commit is contained in:
Dylan H 2020-06-02 15:45:32 -04:00 committed by GitHub
parent 5e85454348
commit 086c0b19f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
ui.js
View File

@ -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";