aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2018-10-08 16:03:37 +0200
committerJohannes Zellner <johannes@cloudron.io>2018-10-08 16:03:37 +0200
commitc66d70933dbd80ec734f4986f92369ff1e549bbb (patch)
treececbabafcb675e7f2c689803167e019fc63fc876 /frontend
parent3760489ffc7596a13909907c60d1410d8161b89e (diff)
downloadSurfer-c66d70933dbd80ec734f4986f92369ff1e549bbb.tar.gz
Surfer-c66d70933dbd80ec734f4986f92369ff1e549bbb.tar.zst
Surfer-c66d70933dbd80ec734f4986f92369ff1e549bbb.zip
add mov and avi filetypes as videos
Diffstat (limited to 'frontend')
-rw-r--r--frontend/js/app.js2
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
66function getPreviewUrl(entry, basePath) { 66function getPreviewUrl(entry, basePath) {