mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix
This commit is contained in:
parent
f099b277c8
commit
3c5b216612
1 changed files with 3 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue