diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-15 23:44:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-15 23:44:11 -0700 |
| commit | 436dfec4cc316bd3b9e743cdcbae0f0fd2bc8193 (patch) | |
| tree | ff7f86882d2bc24a26db3f3b1e3336777f08cb48 /src | |
| parent | 9d132b05c6a7609155c8cfbadc8bc28ffd502efd (diff) | |
change video label to media
- Avoids confusion since it can support audio too
Diffstat (limited to 'src')
| -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" }}> |
