mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
fix
This commit is contained in:
@@ -417,7 +417,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($page.url.searchParams.get('youtube')) {
|
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') {
|
if ($page.url.searchParams.get('web-search') === 'true') {
|
||||||
|
|||||||
Reference in New Issue
Block a user