Update mov content type in new game ban modal
This commit is contained in:
parent
3ed7186d78
commit
856fc4e84a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user