Commit c66d7093 by Johannes Zellner

add mov and avi filetypes as videos

1 parent 3760489f
Showing with 1 additions and 1 deletions
......@@ -60,7 +60,7 @@ var mimeTypes = {
text: [ '.txt', '.md' ],
pdf: [ '.pdf' ],
html: [ '.html', '.htm', '.php' ],
video: [ '.mp4', '.mpg', '.mpeg', '.ogg', '.mkv' ]
video: [ '.mp4', '.mpg', '.mpeg', '.ogg', '.mkv', '.avi', '.mov' ]
};
function getPreviewUrl(entry, basePath) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!