Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd4956d3 authored by Zhao Wei Liew's avatar Zhao Wei Liew
Browse files

CMFM: Recognise .opus file extension

*.opus files are getting more popular nowadays.
Recognise them as part of the audio/opus MIME type.

Change-Id: Icfcce9ae15a50a74f2268120327ee22921c47eac
parent eef4e328
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ mp3 = AUDIO | audio/mpeg | fso_type_audio_drawable
mpga  = AUDIO    | audio/mpeg                       | fso_type_audio_drawable
oga   = AUDIO    | audio/ogg                        | fso_type_audio_drawable
ogg   = AUDIO    | audio/ogg                        | fso_type_audio_drawable
opus  = AUDIO    | audio/ogg                        | fso_type_audio_drawable
spx   = AUDIO    | audio/ogg                        | fso_type_audio_drawable
eol   = AUDIO    | audio/vnd.digital-winds          | fso_type_audio_drawable
dts   = AUDIO    | audio/vnd.dts                    | fso_type_audio_drawable