Merge pull request #9 from v0l/mov

feat: add mov to video files
This commit is contained in:
2023-01-06 15:50:32 +00:00
committed by GitHub

View File

@ -23,6 +23,7 @@ export function extractLinks(fragments) {
return <img key={url} src={url} />;
}
case "mp4":
case "mov":
case "mkv":
case "avi":
case "m4v": {