aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-15 23:44:11 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-15 23:44:11 -0700
commit436dfec4cc316bd3b9e743cdcbae0f0fd2bc8193 (patch)
treeff7f86882d2bc24a26db3f3b1e3336777f08cb48 /src
parent9d132b05c6a7609155c8cfbadc8bc28ffd502efd (diff)
change video label to media
- Avoids confusion since it can support audio too
Diffstat (limited to 'src')
-rw-r--r--src/app/page.tsx4
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" }}>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage