Skip to content

Commit 48fa2b3

Browse files
authored
Merge pull request #292 from kleiram/master
Correctly detect QuickTime videos as video
2 parents 4b4ab5f + 71fdd45 commit 48fa2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapters/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class File extends Adapter
1313
{
1414
private static $contentTypes = [
1515
'video/ogg' => ['video', 'videoHtml'],
16+
'video/quicktime' => ['video', 'videoHtml'],
1617
'application/ogg' => ['video', 'videoHtml'],
1718
'video/ogv' => ['video', 'videoHtml'],
1819
'video/webm' => ['video', 'videoHtml'],

0 commit comments

Comments
 (0)