diff --git a/pageUpdater.js b/pageUpdater.js index 7e449f3..b10a957 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -284,10 +284,11 @@ function converter(html, dynamic = true) { return "" }, "SELECTED_VIDEO": () => { - if (config.dailyVideoURL) { + console.log(api.lanyard) + if (api.lanyard.video) { return `


Random video!

I would call it random daily video but its not at all daily...


- ` + ` } return `` },