From 4c8c50075b3a594c16257eaafc295aa17a104873 Mon Sep 17 00:00:00 2001 From: lovegaoshi <106490582+lovegaoshi@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:06:11 -0800 Subject: [PATCH] fix: ytb resolve --- src/utils/mediafetch/ytbi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/mediafetch/ytbi.ts b/src/utils/mediafetch/ytbi.ts index faf216d..bc6afcd 100644 --- a/src/utils/mediafetch/ytbi.ts +++ b/src/utils/mediafetch/ytbi.ts @@ -16,7 +16,7 @@ const ytClient = Innertube.create({ }, }); -export default ytClient; +export default () => ytClient; export const ytClientWeb: Promise = Innertube.create({ retrieve_player: false,