mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +00:00
add video/mpeg to list of mimetypes having a preview
This commit is contained in:
parent
db70d2e432
commit
eb2f4d6206
|
|
@ -599,6 +599,7 @@ $(document).ready( function() {
|
||||||
break;
|
break;
|
||||||
case 'video/webm':
|
case 'video/webm':
|
||||||
case 'video/mp4':
|
case 'video/mp4':
|
||||||
|
case 'video/mpeg':
|
||||||
case 'video/avi':
|
case 'video/avi':
|
||||||
case 'video/msvideo':
|
case 'video/msvideo':
|
||||||
case 'video/x-msvideo':
|
case 'video/x-msvideo':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user