diff options
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index 8367a7c..93dd195 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -467,12 +467,12 @@ function KaraokePage() { htmlFor="videoUpload" style={{ cursor: "pointer" }} > - Video + Media </FileInputLabel> <FileInput id="videoUpload" type="file" - accept="video/*" + accept="video/*,audio/*" onChange={handleVideoFileChange} /> <FileInputLabel htmlFor="srvUpload" style={{ cursor: "pointer" }}> |
