upload ogg too

This commit is contained in:
Robert 2024-03-19 00:35:57 +07:00
parent 08cd69e3b9
commit e5ecc66233
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -258,7 +258,7 @@ export default function ActionEditor({
<input <input
ref={voiceRef} ref={voiceRef}
type="file" type="file"
accept=".mp3" accept=".mp3 .ogg"
className="mb-4 hidden select-none" className="mb-4 hidden select-none"
onChange={async (e) => await handleFileChange(e, "voice")} onChange={async (e) => await handleFileChange(e, "voice")}
/> />