add mime type for .wav files

'x-wav' seems to be the standard, but could also be 'wav' or 'wave' or 'vnd.wav' according to wikipedia
This commit is contained in:
Tinnet Coronam 2011-08-31 16:56:06 +03:00
parent 74591fd85e
commit 788c6cc813
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ types {
audio/mpeg mp3;
audio/x-realaudio ra;
audio/ogg oga ogg;
audio/x-wav wav;
video/3gpp 3gpp 3gp;
video/mpeg mpeg mpg;