mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
Userland: Use more common WAV MIME type
There is no official IANA MIME type for WAV (see https://www.iana.org/assignments/media-types/media-types.xhtml#audio), so this will always be subjective. While https://www.rfc-editor.org/rfc/rfc2361 suggests audio/vnd.wave, we use audio/wav since that seems to be most common across the internet.
This commit is contained in:
parent
e3195b060d
commit
9ff01723ba
3 changed files with 3 additions and 3 deletions
|
@ -5,4 +5,4 @@ Category=Media
|
|||
|
||||
[Launcher]
|
||||
FileTypes=mp3,flac,m3u,m3u8,qoa,wav
|
||||
MimeTypes=audio/mpeg,audio/wave,audio/flac,audio/qoa
|
||||
MimeTypes=audio/mpeg,audio/wav,audio/flac,audio/qoa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue