Issue #1681 - Hard-code FLAC media type association for .flac

We don't support AAC outside of OMX at the moment, so oops.
This commit is contained in:
Moonchild 2020-12-24 13:35:26 +00:00 committed by roytam1
commit 659441da45

View file

@ -441,6 +441,7 @@ static const nsDefaultMimeTypeEntry defaultMimeEntries[] =
{ APPLICATION_PDF, "pdf" },
{ VIDEO_WEBM, "webm" },
{ AUDIO_WEBM, "webm" },
{ AUDIO_FLAC, "flac" },
#if defined(MOZ_WMF)
{ VIDEO_MP4, "mp4" },
{ AUDIO_MP4, "m4a" },