1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Added webm into mimeType and previewType

This commit is contained in:
Chuong Tang 2022-06-02 08:38:33 -06:00 committed by GitHub
parent c7a9fd4cb7
commit 4830f89ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ return [ // Based on this list @see http://stackoverflow.com/a/4212908/2299554
// Video Files
'video/mp4' => __DIR__.'/logos/video.png',
'video/x-flv' => __DIR__.'/logos/video.png',
'video/webm' => __DIR__.'/logos/video.png',
'application/x-mpegURL' => __DIR__.'/logos/video.png',
'video/MP2T' => __DIR__.'/logos/video.png',
'video/3gpp' => __DIR__.'/logos/video.png',

View file

@ -10,6 +10,7 @@ return [
// Video Files
'video/mp4',
'video/x-flv',
'video/webm',
'application/x-mpegURL',
'video/MP2T',
'video/3gpp',