Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update mov content type in new game ban modal
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 3ed7186 commit 856fc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NewGameBan.tsx
Expand Up @@ -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",
Expand Down

0 comments on commit 856fc4e

Please sign in to comment.