From 856fc4e84a3f2794a12953e91b407142e62488d8 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:51 -0400 Subject: [PATCH] Update mov content type in new game ban modal --- components/NewGameBan.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/NewGameBan.tsx b/components/NewGameBan.tsx index 77b98b0..97f637e 100644 --- a/components/NewGameBan.tsx +++ b/components/NewGameBan.tsx @@ -37,7 +37,7 @@ export default function(props: { isOpen: boolean; onClose: () => void }) { jpg: "image/jpg", m4v: "video/x-m4v", mkv: "video/x-matroska", - mov: "video/quicktime", + mov: "video/mp4", mp4: "video/mp4", png: "image/png", webp: "image/webp",