X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=frontend%2Fjs%2Fapp.js;h=be5705f6a8eb962e6413a533992aa046d37f1ade;hp=c1a63a9df6398760e3b1799569bcc033d54cbceb;hb=c66d70933dbd80ec734f4986f92369ff1e549bbb;hpb=3760489ffc7596a13909907c60d1410d8161b89e 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 = { 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) {