Skip to content

Commit 2b10b6c

Browse files
authored
Merge pull request facebookarchive#734 from SammyK/add-mime-type-for-srt
Add MIME type for SRT files
2 parents 8de1795 + 996cb7c commit 2b10b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facebook/FileUpload/Mimetypes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ class Mimetypes
724724
'spq' => 'application/scvp-vp-request',
725725
'spx' => 'audio/ogg',
726726
'src' => 'application/x-wais-source',
727+
'srt' => 'application/octet-stream',
727728
'sru' => 'application/sru+xml',
728729
'srx' => 'application/sparql-results+xml',
729730
'sse' => 'application/vnd.kodak-descriptor',

0 commit comments

Comments
 (0)