summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-26 11:03:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-26 11:03:03 -0800
commitb5ae5373213634a92cb9cca6ae17e8df995e246c (patch)
tree876d93fe0feeaa5fbec493d96d7aaf6fa657fa99 /src
parent9e1d86638ce7ee9e22e0623f77ffe8609f552b15 (diff)
Add opus to MIME type table as audio/ogg.
See #4198.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/MIME.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs
index fb85910bb..eba8d512f 100644
--- a/src/Text/Pandoc/MIME.hs
+++ b/src/Text/Pandoc/MIME.hs
@@ -325,6 +325,7 @@ mimeTypesList = -- List borrowed from happstack-server.
,("ogv","video/ogg")
,("ogx","application/ogg")
,("old","application/x-trash")
+ ,("opus","audio/ogg")
,("otg","application/vnd.oasis.opendocument.graphics-template")
,("oth","application/vnd.oasis.opendocument.text-web")
,("otp","application/vnd.oasis.opendocument.presentation-template")