# HG changeset patch # User neko259 # Date 2017-02-27 10:53:26 # Node ID 2e3bec8e4ca49f7fd3670073873a8570e2b2a955 # Parent f74167a64588b536647ab8fd1e5a0b11c1c94cd8 mp3 is of type audio/mpeg, not audio/mp3 diff --git a/boards/models/attachment/viewers.py b/boards/models/attachment/viewers.py --- a/boards/models/attachment/viewers.py +++ b/boards/models/attachment/viewers.py @@ -27,7 +27,7 @@ FILE_TYPES_VIDEO = ( FILE_TYPE_SVG = 'image/svg' FILE_TYPES_AUDIO = ( 'audio/ogg', - 'audio/mp3', + 'audio/mpeg', 'audio/opus', 'audio/x-flac', 'audio/mpeg',