Fix MIME mapping for ogg/vorbis -> audio/ogg
This commit is contained in:
parent
b3c85e8534
commit
2eb17f4c32
2 changed files with 2 additions and 2 deletions
|
|
@ -654,7 +654,7 @@
|
|||
case 'mp3':
|
||||
return 'audio/mp3';
|
||||
case 'vorbis':
|
||||
return 'audio/vorbis';
|
||||
return 'audio/ogg';
|
||||
default:
|
||||
return 'video/flv';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue