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:
Diffstat (limited to 'lib/mime.json')
-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"