feat: add mov to video files #9

Merged
verbiricha merged 1 commits from mov into main 2023-01-06 15:50:32 +00:00
1 changed files with 1 additions and 0 deletions

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": {