From a0f68fa858e2d8775ccfe9df913eaaa6718dbae7 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 4 Oct 2017 16:54:28 -0700 Subject: [PATCH] Add .opus to the extended mimetypes. --- etiquette/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etiquette/constants.py b/etiquette/constants.py index 776474f..e6f1536 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -135,6 +135,7 @@ ADDITIONAL_MIMETYPES = { 'ac3': 'audio/ac3', 'dts': 'audio/dts', 'm4a': 'audio/mp4', + 'opus': 'audio/ogg', 'mkv': 'video/x-matroska',