Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-05-24 20:18:33 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-05-24 20:18:33 +0300
commit1ab6683cba8c36be1c9eac75a15e3174d0039dc0 (patch)
tree14bf5b56eb4b48f9535b4ab8486817b70a886db6
parentc995701f872613d69f86af989dd94b0d7e949746 (diff)
add .aac, .oga, .ogg mimetypes
-rw-r--r--lib/mime.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mime.json b/lib/mime.json
index 61d8a95..26d0e9c 100644
--- a/lib/mime.json
+++ b/lib/mime.json
@@ -1,7 +1,10 @@
{
+ ".aac": "audio/aac",
".m4a": "audio/mp4",
".mp3": "audio/mpeg",
".mp4": "video/mp4",
+ ".oga": "audio/ogg",
+ ".ogg": "audio/ogg",
".pdf": "application/pdf",
".wav": "audio/wav",
".webm": "video/webm"