Add opus to MIME type table as audio/ogg.

See #4198.
This commit is contained in:
John MacFarlane 2017-12-26 11:03:03 -08:00
parent 9e1d86638c
commit b5ae537321

View file

@ -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")