Skip to content

Commit

Permalink
Fix #560: Add .m4a to MIME mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Jul 15, 2019
1 parent dfdf3c2 commit 4110bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mime.ml
Original file line number Diff line number Diff line change
Expand Up @@ -774,5 +774,6 @@ let map_filename_to_mime_type filename =
| "ice" -> "x-conference/x-cooltalk"
| "nef" -> "image/x-nikon-nef"
| "gz" -> "application/x-gzip"
| "m4a" -> "audio/mp4"
| _ -> "application/octet-stream"

0 comments on commit 4110bb7

Please sign in to comment.