From 3c5b21661240dd467d25dd8692749a8e7b59884f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 7 Oct 2024 18:26:03 -0700 Subject: [PATCH] fix --- src/lib/components/chat/Chat.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 19c71dedb..6b879c8be 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -417,7 +417,9 @@ } if ($page.url.searchParams.get('youtube')) { - uploadYoutubeTranscription(`https://www.youtube.com/watch?v=NqxUExCZJ5Y`); + uploadYoutubeTranscription( + `https://www.youtube.com/watch?v=${$page.url.searchParams.get('youtube')}` + ); } if ($page.url.searchParams.get('web-search') === 'true') {