diff options
-rw-r--r-- | frontend/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/js/app.js b/frontend/js/app.js index c1a63a9..be5705f 100644 --- a/frontend/js/app.js +++ b/frontend/js/app.js | |||
@@ -60,7 +60,7 @@ var mimeTypes = { | |||
60 | text: [ '.txt', '.md' ], | 60 | text: [ '.txt', '.md' ], |
61 | pdf: [ '.pdf' ], | 61 | pdf: [ '.pdf' ], |
62 | html: [ '.html', '.htm', '.php' ], | 62 | html: [ '.html', '.htm', '.php' ], |
63 | video: [ '.mp4', '.mpg', '.mpeg', '.ogg', '.mkv' ] | 63 | video: [ '.mp4', '.mpg', '.mpeg', '.ogg', '.mkv', '.avi', '.mov' ] |
64 | }; | 64 | }; |
65 | 65 | ||
66 | function getPreviewUrl(entry, basePath) { | 66 | function getPreviewUrl(entry, basePath) { |