From 91f5be8764820709c194962b178cfcd08e729a7f Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Mon, 19 Aug 2024 07:04:42 -0500 Subject: [PATCH] Use new video system --- pageUpdater.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 `` },