mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
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:
parent
aa38ed97fa
commit
659441da45
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue