From b17f2f4e2eddaae3a68d024722e70c8bdfc8bd60 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Wed, 26 Jan 2022 18:22:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=99=20updater=20wasn't=20working=20on?= =?UTF-8?q?=20start?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/ytContent.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scripts/ytContent.tsx b/src/scripts/ytContent.tsx index 6888d5e..fa5e6ed 100644 --- a/src/scripts/ytContent.tsx +++ b/src/scripts/ytContent.tsx @@ -175,7 +175,6 @@ async function requestLbryPathname(videoId: string) { updateButton(mountPoint, target) } } + await updater() } - - await onModeChange() })() \ No newline at end of file