1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:57:35 +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:
kleines Filmröllchen 2023-03-15 19:48:46 +01:00 committed by Linus Groh
parent e3195b060d
commit 9ff01723ba
3 changed files with 3 additions and 3 deletions

View file

@ -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