enh: youtube watch param support

This commit is contained in:
Timothy J. Baek
2024-10-07 18:19:13 -07:00
parent e7ae9a2107
commit f099b277c8
6 changed files with 159 additions and 73 deletions

View File

@@ -300,6 +300,9 @@
bind:this={commandsElement}
bind:prompt
bind:files
on:upload={(e) => {
dispatch('upload', e.detail);
}}
on:select={(e) => {
const data = e.detail;