Skip to content

Commit

Permalink
Adding mimetypes for m4a and m4b
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed Apr 14, 2016
1 parent 5911ce5 commit 998da2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/config/mimetypemapping.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
"kra": ["application/x-krita"],
"lwp": ["application/vnd.lotus-wordpro"],
"m2t": ["video/mp2t"],
"m4a": ["audio/mp4"],
"m4b": ["audio/m4b"],
"m4v": ["video/mp4"],
"markdown": ["text/markdown"],
"mdown": ["text/markdown"],
Expand Down

0 comments on commit 998da2a

Please sign in to comment.