Send MOV files as MP4 files

This commit is contained in:
2023-10-19 16:50:36 -04:00
parent a02dc67172
commit 20cb94729e
2 changed files with 7 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export async function GenerateUploadURL(
jpg: "image/jpeg",
m4v: "video/x-m4v",
mkv: "video/x-matroska",
mov: "video/quicktime",
mov: "video/mp4",
mp4: "video/mp4",
png: "image/png",
webp: "image/webp",