add video/mpeg to list of mimetypes having a preview

This commit is contained in:
Uwe Steinmann 2025-10-17 14:06:50 +02:00
parent db70d2e432
commit eb2f4d6206

View File

@ -599,6 +599,7 @@ $(document).ready( function() {
break;
case 'video/webm':
case 'video/mp4':
case 'video/mpeg':
case 'video/avi':
case 'video/msvideo':
case 'video/x-msvideo':